Remove unused function

This commit is contained in:
Denis Kenzior 2009-05-28 20:44:03 -05:00
parent 5bffbb8985
commit a4a172d42d
1 changed files with 0 additions and 8 deletions

View File

@ -180,14 +180,6 @@ static struct ofono_call *create_call(struct voicecall_data *d, int type,
return call;
}
#if 0
static void destroy_call(struct ofono_call *call, struct voicecall_data *d)
{
g_free(call);
}
#endif
static GSList *parse_clcc(GAtResult *result)
{
GAtResultIter iter;