diff options
Diffstat (limited to 'bin/drakconnect')
-rwxr-xr-x | bin/drakconnect | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/drakconnect b/bin/drakconnect index 6cd48d0..d550e95 100755 --- a/bin/drakconnect +++ b/bin/drakconnect @@ -37,12 +37,6 @@ use modules; $ugtk2::wm_icon = "drakconnect"; my $in = 'interactive'->vnew('su'); -if ($in->isa('interactive::gtk')) { - require mygtk2; - require ugtk2; - ugtk2->import(qw(:create :dialogs :helpers :wrappers)); - mygtk2->import(qw(gtknew)); -} my $net = {}; network::network::read_net_conf($net); |