Get rid of list_calls in hfp driver

This commit is contained in:
Denis Kenzior 2009-12-04 16:23:40 -06:00
parent 3d3a9eee84
commit 8e258ff54b
1 changed files with 0 additions and 1 deletions

View File

@ -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,