summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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();