diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/net_monitor | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index f64a8b7bd..2a43b2709 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -52,7 +52,6 @@ if ($force) { $connect = $disconnect = 0; } $quiet and exit(0); -my $in = 'interactive'->vnew; my $window1 = ugtk2->new(N("Network Monitoring")); |