summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-24 13:49:12 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-24 13:49:12 +0300
commit4ac9e2f98a4660163b8da3a5f7041b8c703fa60d (patch)
tree11cb8c00e865a40dbcb6e16dd082f8fa6c929c15
parentbd4494363230705c3efaa13f3c94a73fadab88e4 (diff)
Remove bogus function
-rw-r--r--audio/headset.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/headset.c b/audio/headset.c
index 9ba2138a..073d694a 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -733,11 +733,6 @@ int telephony_answer_call_rsp(void *telephony_device, cme_error_t err)
return headset_send(hs, "\r\nOK\r\n");
}
-int telephony_anser_call_rsp(void *telephony_device, cme_error_t err)
-{
- return telephony_generic_rsp(telephony_device, err);
-}
-
static int answer_call(struct audio_device *device, const char *buf)
{
telephony_answer_call_req(device);