include: Remove unused typedef

This commit is contained in:
Denis Kenzior 2011-03-29 22:01:43 -05:00
parent 3c3d00dac8
commit 38aee50ece
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@ struct ofono_voicecall;
typedef void (*ofono_voicecall_cb_t)(const struct ofono_error *error,
void *data);
typedef void (*ofono_call_list_cb_t)(const struct ofono_error *error,
int numcalls,
const struct ofono_call *call_list,
void *data);
/* Voice call related functionality, including ATD, ATA, +CHLD, CTFR, CLCC
* and VTS.
*