diff options
Diffstat (limited to 'lib/network/netcenter.pm')
-rwxr-xr-x | lib/network/netcenter.pm | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index a5910f6..454e574 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -6,20 +6,10 @@ package network::netcenter; use strict; use common; -use run_program; -use detect_devices; -use interactive; use mygtk2; use ugtk2 qw(:create :helpers :wrappers); -use Gtk2::SimpleList; -use network::monitor; -use network::signal_strength; -use network::network; -use network::tools; use network::connection; -use network::connection::wireless; -use network::connection::cellular_card; -use network::drakroam; +use network::connection_manager; sub filter_networks { my ($connection) = @_; |