mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-04 08:53:42 +00:00
networks: Remove unused method
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b5ae03239c
commit
7695047606
@ -73,13 +73,6 @@ def _callback(source_object, result, user_data):
|
||||
del user_data # Unused
|
||||
|
||||
|
||||
def _commit_callback(connection, error, data=None):
|
||||
"""Called when the connection changes are committed."""
|
||||
del connection
|
||||
del error
|
||||
del data
|
||||
|
||||
|
||||
def get_interface_list(device_type):
|
||||
"""Get a list of network interface available on the system."""
|
||||
interfaces = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user