diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-04 15:46:15 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-04 15:46:15 +0300 |
commit | a84298fe1f35def551af0dac290210edff2e45f9 (patch) | |
tree | dc460c7f3a8224ae63ca08046dd8496dcfa06354 /audio/telephony-dummy.c | |
parent | e69acd75ad2c18349f93f7b50b966839fbc361b6 (diff) | |
download | bluez-a84298fe1f35def551af0dac290210edff2e45f9.tar.gz |
Remove unused function
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r-- | audio/telephony-dummy.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c index b4658e010..3bffd4dbc 100644 --- a/audio/telephony-dummy.c +++ b/audio/telephony-dummy.c @@ -55,11 +55,6 @@ static struct indicator indicators[] = { NULL } }; -struct indicator *telephony_indicators_req(void) -{ - return indicators; -} - int telephony_event_reporting_req(int ind) { events_enabled = ind == 1 ? TRUE : FALSE; |