From bab9cd1f4c75a385af10aef00d1df6d89a738893 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 28 May 2009 20:44:30 -0500 Subject: Remove unused function --- src/manager.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src') diff --git a/src/manager.c b/src/manager.c index eb5dc496..10700c08 100644 --- a/src/manager.c +++ b/src/manager.c @@ -41,23 +41,6 @@ static GSList *g_modem_list = NULL; static int g_next_modem_id = 1; -#if 0 -struct ofono_modem *manager_find_modem_by_id(int id) -{ - GSList *l; - struct ofono_modem *modem; - - for (l = g_modem_list; l; l = l->next) { - modem = l->data; - - if (modem->id == id) - return modem; - } - - return NULL; -} -#endif - /* Clients only need to free *modems */ static int modem_list(char ***modems) { -- cgit v1.2.3