remove unused

This commit is contained in:
Glenn Maynard
2006-11-29 02:46:54 +00:00
parent 1146c57dc8
commit 73d26022fa
@@ -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(); }