summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-12-04 16:23:40 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-04 16:52:31 -0600
commit8e258ff54bf9242168fea5e8c9ae680b0edd7d9a (patch)
tree0aac30b99c8625912aa3444c439721b45ea90d41 /drivers/hfpmodem/voicecall.c
parent3d3a9eee843258603538c35a4747036c3460a1a6 (diff)
downloadofono-8e258ff54bf9242168fea5e8c9ae680b0edd7d9a.tar.bz2
Get rid of list_calls in hfp driver
Diffstat (limited to 'drivers/hfpmodem/voicecall.c')
-rw-r--r--drivers/hfpmodem/voicecall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c
index 2cd14b5f..35ab63b8 100644
--- a/drivers/hfpmodem/voicecall.c
+++ b/drivers/hfpmodem/voicecall.c
@@ -952,7 +952,6 @@ static struct ofono_voicecall_driver driver = {
.dial = hfp_dial,
.answer = hfp_answer,
.hangup = hfp_hangup,
- .list_calls = NULL,
.hold_all_active = hfp_hold_all_active,
.release_all_held = hfp_release_all_held,
.set_udub = hfp_set_udub,