From f947dbce4390f2c3c460325d37002a34f09c0b74 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Sun, 1 Jun 2014 14:25:11 -0700 Subject: Remove obsolete IAudioFlinger::channelCount() Change-Id: Ie623edae2e795f9155f1f452fe4e6c7217a4a4c8 --- services/audioflinger/Threads.h | 1 - 1 file changed, 1 deletion(-) (limited to 'services/audioflinger/Threads.h') diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h index 8c9943c..eeb33d9 100644 --- a/services/audioflinger/Threads.h +++ b/services/audioflinger/Threads.h @@ -233,7 +233,6 @@ public: // dynamic externally-visible uint32_t sampleRate() const { return mSampleRate; } - uint32_t channelCount() const { return mChannelCount; } audio_channel_mask_t channelMask() const { return mChannelMask; } audio_format_t format() const { return mFormat; } // Called by AudioFlinger::frameCount(audio_io_handle_t output) and effects, -- cgit v1.1