summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 78272eda3..31d226c6a 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -445,11 +445,6 @@ sub get_intf_status {
ethisup($c) ? N("Deactivate now") : N("Activate now")
}
-sub get_intf_status {
- my ($c) = @_;
- ethisup($c) ? N("Deactivate now") : N("Activate now")
-}
-
sub configure_lan() {
sensitive_buttons(0);
my $window = _create_dialog(N("LAN configuration"), { small => 1 });