summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-12-04 16:23:10 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-04 16:52:31 -0600
commit3d3a9eee843258603538c35a4747036c3460a1a6 (patch)
treed26b1b881646a99b5e573bf580696a5008080551
parent4d5eb77de5e398131c6cc15f13318577c9d5d5bc (diff)
downloadofono-3d3a9eee843258603538c35a4747036c3460a1a6.tar.bz2
Get rid of list_calls in calypso driver
-rw-r--r--drivers/calypsomodem/voicecall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c
index 5deae427..34d5ae91 100644
--- a/drivers/calypsomodem/voicecall.c
+++ b/drivers/calypsomodem/voicecall.c
@@ -411,7 +411,6 @@ static struct ofono_voicecall_driver driver = {
.dial = calypso_dial,
.answer = calypso_answer,
.hangup = calypso_hangup,
- .list_calls = NULL,
.hold_all_active = calypso_hold_all_active,
.release_all_held = calypso_release_all_held,
.set_udub = calypso_set_udub,