From 38aee50ece1a170fa146bb74e2e3af3d39a73445 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 29 Mar 2011 22:01:43 -0500 Subject: [PATCH] include: Remove unused typedef --- include/voicecall.h | 5 ----- 1 file changed, 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. *