diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-04 21:49:07 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-04 21:49:07 +0300 |
commit | f8679ba6789c4d1e508ba9647d4b4847e4ea1f0e (patch) | |
tree | cb6ad8ef4c9ba919d4982aee9dc8db0bb6efd7dc /audio | |
parent | ed987c2f6d5bcdce7e53d9555bf8ce1f32e4703e (diff) |
Remove unused function
Diffstat (limited to 'audio')
-rw-r--r-- | audio/headset.c | 5 |
1 files changed, 0 insertions, 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; |