From: Denis Kenzior Date: Fri, 4 Dec 2009 22:23:10 +0000 (-0600) Subject: Get rid of list_calls in calypso driver X-Git-Tag: 0.13~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d3a9eee843258603538c35a4747036c3460a1a6;p=platform%2Fupstream%2Fofono.git Get rid of list_calls in calypso driver --- diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index 5deae42..34d5ae9 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,