summaryrefslogtreecommitdiffstats
path: root/src/manager.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-05-28 20:44:30 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-05-28 20:45:27 -0500
commitbab9cd1f4c75a385af10aef00d1df6d89a738893 (patch)
tree542f3c0ae3c93661befefb9f602de406767b4f13 /src/manager.c
parenta4a172d42dbefe39ed3e23224c0ee0956730d60e (diff)
downloadofono-bab9cd1f4c75a385af10aef00d1df6d89a738893.tar.bz2
Remove unused function
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c17
1 files changed, 0 insertions, 17 deletions
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)
{