From f8679ba6789c4d1e508ba9647d4b4847e4ea1f0e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 4 Sep 2008 21:49:07 +0300 Subject: Remove unused function --- audio/headset.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/audio/headset.c b/audio/headset.c index 6ab949cf..1ce4d99b 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -1996,11 +1996,6 @@ int headset_get_sco_fd(struct audio_device *dev) return g_io_channel_unix_get_fd(hs->sco); } -void telephony_features_rsp(uint32_t features) -{ - ag.features = features; -} - int telephony_event_ind(int index) { struct headset *hs; -- cgit