diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/network/netcenter.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index d8e0cea..19b4207 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -148,8 +148,6 @@ sub main { ); if ($dbus) { - my $monitor; - eval { $monitor = network::monitor->new($dbus) }; $dbus->{connection}->add_filter(sub { my ($_con, $msg) = @_; if ($msg->get_member eq 'status') { |