From 5241b8cacee86e17223695190959f4752910680f Mon Sep 17 00:00:00 2001 From: Andy Hung Date: Mon, 4 Aug 2014 20:43:10 -0700 Subject: Remove unused TwoTrack process mode from AudioMixer Legacy code that has not been hooked up. Change-Id: Ic01a4eddfa1020089d5bc42f58b6a4697698c27a --- services/audioflinger/AudioMixer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'services/audioflinger/AudioMixer.h') diff --git a/services/audioflinger/AudioMixer.h b/services/audioflinger/AudioMixer.h index 5ba377b..3b972bb 100644 --- a/services/audioflinger/AudioMixer.h +++ b/services/audioflinger/AudioMixer.h @@ -408,10 +408,6 @@ private: static void process__genericResampling(state_t* state, int64_t pts); static void process__OneTrack16BitsStereoNoResampling(state_t* state, int64_t pts); -#if 0 - static void process__TwoTracks16BitsStereoNoResampling(state_t* state, - int64_t pts); -#endif static int64_t calculateOutputPTS(const track_t& t, int64_t basePTS, int outputFrameIndex); -- cgit v1.1