diff options
Diffstat (limited to 'bin/drakconnect')
-rwxr-xr-x | bin/drakconnect | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/drakconnect b/bin/drakconnect index d786711..7a95cc1 100755 --- a/bin/drakconnect +++ b/bin/drakconnect @@ -38,9 +38,6 @@ my $net = {}; network::network::read_net_conf($net); my $modules_conf = modules::any_conf->read; -$::Wizard_title = N("Network & Internet Configuration"); -$::Wizard_pix_up = "drakconnect"; - local $_ = join '', @ARGV; if (/--skip-wizard/) { require network::drakconnect::edit; |