diff options
Diffstat (limited to 'lib/network/connection/cellular.pm')
-rw-r--r-- | lib/network/connection/cellular.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/network/connection/cellular.pm b/lib/network/connection/cellular.pm index 60a6000..8a4d0ee 100644 --- a/lib/network/connection/cellular.pm +++ b/lib/network/connection/cellular.pm @@ -30,11 +30,6 @@ sub network_is_configured { defined($self->load_cellular_settings); } -sub selected_network_is_configured { - my ($self) = @_; - $self->network_is_configured($network); -} - sub write_cellular_settings { my ($self) = @_; my $file = $self->get_cellular_settings_file or return; |