time_stretch: Remove unused m_channel_count member variable
This is only stored to, but never read from.
This commit is contained in:
parent
a94e5d9e68
commit
6d27614994
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue