summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mgaapplet_gui.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/mgaapplet_gui.pm b/mgaapplet_gui.pm
index e5d87b24..168883f0 100644
--- a/mgaapplet_gui.pm
+++ b/mgaapplet_gui.pm
@@ -114,10 +114,6 @@ sub fill_n_run_portable_dialog {
sub new_link_button {
my ($url, $text) = @_;
my $link = Gtk3::LinkButton->new($url, $text);
- $link->set_uri_hook(sub {
- my (undef, $url) = @_;
- run_program::raw({ detach => 1, setuid => get_parent_uid() }, 'www-browser', $url);
- });
$link;
}