diff --git a/stepmania/src/RageSoundReader_Resample_Good.h b/stepmania/src/RageSoundReader_Resample_Good.h index 5d286a1a7e..e27dffe139 100644 --- a/stepmania/src/RageSoundReader_Resample_Good.h +++ b/stepmania/src/RageSoundReader_Resample_Good.h @@ -23,8 +23,6 @@ public: virtual ~RageSoundReader_Resample_Good(); RageSoundReader_Resample_Good *Copy() const; - void SetHighQuality( bool bHQ ) { } - int GetSampleRate() const { return m_iSampleRate; } unsigned GetNumChannels() const { return m_pSource->GetNumChannels(); } bool IsStreamingFromDisk() const { return m_pSource->IsStreamingFromDisk(); }