summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 15:46:15 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 15:46:15 +0300
commita84298fe1f35def551af0dac290210edff2e45f9 (patch)
treedc460c7f3a8224ae63ca08046dd8496dcfa06354 /audio
parente69acd75ad2c18349f93f7b50b966839fbc361b6 (diff)
Remove unused function
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-dummy.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index b4658e01..3bffd4db 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;