summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-03-29 22:01:43 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-03-29 22:01:43 -0500
commit38aee50ece1a170fa146bb74e2e3af3d39a73445 (patch)
tree89501c0f7443ba5670ac8a4e022abc8f29ebd567 /include/voicecall.h
parent3c3d00dac88c37ef93dc94d30669c8e23de04508 (diff)
downloadofono-38aee50ece1a170fa146bb74e2e3af3d39a73445.tar.bz2
include: Remove unused typedef
Diffstat (limited to 'include/voicecall.h')
-rw-r--r--include/voicecall.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index 5e6da021..6ae06a90 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -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.
*