mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-30 04:29:13 +00:00
time_stretch: Remove unused m_channel_count member variable
This is only stored to, but never read from.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user