Remove unused function

This commit is contained in:
Denis Kenzior 2009-05-28 20:44:30 -05:00
parent a4a172d42d
commit bab9cd1f4c
1 changed files with 0 additions and 17 deletions

View File

@ -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)
{