summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-26 13:25:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-26 13:25:28 +0000
commitf5d4d3bafcef5ef34632b2f2224ec026eee50c0b (patch)
treee33530e65916052c3cade1b5c8cd9aa09a26572a
parentb17c888946e4480051af2c3baa40a38a7ffec320 (diff)
downloaddrakx-backup-do-not-use-f5d4d3bafcef5ef34632b2f2224ec026eee50c0b.tar
drakx-backup-do-not-use-f5d4d3bafcef5ef34632b2f2224ec026eee50c0b.tar.gz
drakx-backup-do-not-use-f5d4d3bafcef5ef34632b2f2224ec026eee50c0b.tar.bz2
drakx-backup-do-not-use-f5d4d3bafcef5ef34632b2f2224ec026eee50c0b.tar.xz
drakx-backup-do-not-use-f5d4d3bafcef5ef34632b2f2224ec026eee50c0b.zip
(get_intf_status) kill duplicate
-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 });