From 7695047606d148a7447e8c135fc7b4f77efdc017 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 7 Jan 2020 16:58:24 -0800 Subject: [PATCH] networks: Remove unused method Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/network.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plinth/network.py b/plinth/network.py index e99b0f905..d6c1d0ba5 100644 --- a/plinth/network.py +++ b/plinth/network.py @@ -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 = {}