diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-05-31 07:51:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-05-31 07:51:03 +0000 |
commit | ec6ab5e9e544ba35de813edfe6f067bb6ac06d60 (patch) | |
tree | 450526e752da0bdc186c0c50c2fc0dfd8cec207c | |
parent | b8814bf1900523f84c79c4463bee2f73f2d37476 (diff) | |
download | drakx-backup-do-not-use-ec6ab5e9e544ba35de813edfe6f067bb6ac06d60.tar drakx-backup-do-not-use-ec6ab5e9e544ba35de813edfe6f067bb6ac06d60.tar.gz drakx-backup-do-not-use-ec6ab5e9e544ba35de813edfe6f067bb6ac06d60.tar.bz2 drakx-backup-do-not-use-ec6ab5e9e544ba35de813edfe6f067bb6ac06d60.tar.xz drakx-backup-do-not-use-ec6ab5e9e544ba35de813edfe6f067bb6ac06d60.zip |
remove dead code
-rwxr-xr-x | perl-install/standalone/drakconnect | 5 |
1 files changed, 0 insertions, 5 deletions
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(); |