decoder: removed old unused code

Minor cleanup.
This commit is contained in:
itsmattkc
2020-05-19 03:34:49 +10:00
parent cb383d760b
commit cd847a89ce
2 changed files with 0 additions and 121 deletions
-2
View File
@@ -265,8 +265,6 @@ protected:
QMutex mutex_;
private:
void ConformInternal(SwrContext *resampler, WaveOutput *output, const char *in_data, int in_sample_count);
StreamPtr stream_;
};