From 845520d12529a2cd3c45abdb9220fdd7c5df0dce Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 3 Aug 2005 03:28:12 +0000 Subject: remove deprecated code --- perl-install/standalone/drakconnect | 5 ----- 1 file changed, 5 deletions(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 20f9638b2..903b12396 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -983,11 +983,6 @@ Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a ne my $param_vbox = Gtk2::VBox->new(0,0); my $i = 0; - #- duplicated code (waiting for 9.1 to be out to merge everything correctly, avoid bug elsewhere). - if ($net->{type} eq 'adsl') { - require network::adsl; - network::adsl::adsl_probe_info($net); - } my @conf_data = ( [ N("Host name (optional)"), \$net->{network}{HOSTNAME} ], [ N("First DNS Server (optional)"), \$net->{resolv}{dnsServer} ], -- cgit v1.2.1