summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-06-21 16:24:14 -0700
committerGlenn Kasten <gkasten@google.com>2012-06-25 09:47:01 -0700
commit70be725da4d8aafb94d47c1962e897ecd5fdf823 (patch)
treeccd550d401bdc8f73f04c0f08cd128216ff713aa /include
parent868a6a357018e5872e064b7a13a9b891e2078962 (diff)
downloadframeworks_av-70be725da4d8aafb94d47c1962e897ecd5fdf823.zip
frameworks_av-70be725da4d8aafb94d47c1962e897ecd5fdf823.tar.gz
frameworks_av-70be725da4d8aafb94d47c1962e897ecd5fdf823.tar.bz2
Remove unused AudioRecord::channels()
It was declared but never implemented or called. Change-Id: If5846147fcbd7f6d4187971e2044dd6fd3252b42
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioRecord.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index 35a0a18..aea65aa 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -190,7 +190,6 @@ public:
audio_format_t format() const;
int channelCount() const;
- int channels() const;
uint32_t frameCount() const;
size_t frameSize() const;
audio_source_t inputSource() const;