From 6d2761499464324c09a7b2c4c330a2409694d004 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 24 Oct 2018 00:44:32 -0400 Subject: time_stretch: Remove unused m_channel_count member variable This is only stored to, but never read from. --- src/audio_core/time_stretch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/audio_core/time_stretch.h') diff --git a/src/audio_core/time_stretch.h b/src/audio_core/time_stretch.h index decd760f1..bb2270b96 100644 --- a/src/audio_core/time_stretch.h +++ b/src/audio_core/time_stretch.h @@ -27,7 +27,6 @@ public: private: u32 m_sample_rate; - u32 m_channel_count; soundtouch::SoundTouch m_sound_touch; double m_stretch_ratio = 1.0; }; -- cgit v1.2.3