From 4ac9e2f98a4660163b8da3a5f7041b8c703fa60d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 24 Oct 2008 13:49:12 +0300 Subject: Remove bogus function --- audio/headset.c | 5 ----- 1 file changed, 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); -- cgit