From ec6ab5e9e544ba35de813edfe6f067bb6ac06d60 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 31 May 2005 07:51:03 +0000 Subject: remove dead code --- perl-install/standalone/drakconnect | 5 ----- 1 file changed, 5 deletions(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index b159136f6..1f22003ec 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -41,7 +41,6 @@ use network::isdn; use network::adsl; use network::tools; use network::test; -use MDK::Common::Globals "network", qw($in); use POSIX ":sys_wait_h"; $ugtk2::wm_icon = "drakconnect"; @@ -53,15 +52,11 @@ if ($in->isa('interactive::gtk')) { my ($netcnx, $netc, $intf) = ({}, {}, {}); network::netconnect::read_net_conf($netcnx, $netc, $intf); - my $modules_conf = modules::any_conf->read; -modules::load_category($modules_conf, 'net'); $::Wizard_title = N("Network & Internet Configuration"); $::Wizard_pix_up = "drakconnect.png"; -MDK::Common::Globals::init(in => $in); - local $_ = join '', @ARGV; /--skip-wizard/ and manage($netc, $intf); /--add/ and add_intf(); -- cgit v1.2.1