network: Remove unused function prototypes

This commit is contained in:
Robert Ancell 2020-11-17 11:18:47 +13:00 committed by Robert Ancell
parent ce23d7e0b1
commit e58a504174

View file

@ -47,9 +47,6 @@
static void nm_device_wifi_refresh_ui (NetDeviceWifi *self);
static void show_wifi_list (NetDeviceWifi *self);
static void show_hotspot_ui (NetDeviceWifi *self);
static void ap_activated (NetDeviceWifi *self, GtkListBoxRow *row);
static gint ap_sort (gconstpointer a, gconstpointer b, gpointer data);
static void show_details_for_row (NetDeviceWifi *self, CcWifiConnectionRow *row, CcWifiConnectionList *list );
struct _NetDeviceWifi