diff options
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 663a2b4a2..79a7f233d 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -206,7 +206,6 @@ sub ask_standalone_gtk { my $update_service = sub { my ($service, $label) = @_; my $started = -e "/var/lock/subsys/$service"; - my $action = $started ? "stop" : "start"; $label->set_label($started ? N("running") : N("stopped")); }; my $b = Gtk2::EventBox->new; |