summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-20 15:28:39 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-20 15:39:12 -0500
commitaa9a0f607238555d8abe64ebf3ad75137702e758 (patch)
tree40ffea39665b09f84db6a205b04ef660da40f600 /src/voicecall.c
parentec3e0f5ce50855229171af4d5b5a6dc8279f03a5 (diff)
downloadofono-aa9a0f607238555d8abe64ebf3ad75137702e758.tar.bz2
Remove unused function
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 1afe9ff3..71c1ddf7 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -1649,16 +1649,6 @@ out:
vc->pending = NULL;
}
-static gboolean in_default_en_list(const char *en)
-{
- int i = 0;
- while (default_en_list[i])
- if (!strcmp(en, default_en_list[i++]))
- return TRUE;
-
- return FALSE;
-}
-
static void emit_en_list_changed(struct ofono_voicecall *vc)
{
DBusConnection *conn = ofono_dbus_get_connection();