Remove unused function

This commit is contained in:
Denis Kenzior 2009-08-20 15:28:39 -05:00
parent ec3e0f5ce5
commit aa9a0f6072
1 changed files with 0 additions and 10 deletions

View File

@ -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();