use default
This commit is contained in:
@@ -137,11 +137,6 @@ int RageSoundReader_Vorbisfile::GetLength() const
|
||||
return len;
|
||||
}
|
||||
|
||||
int RageSoundReader_Vorbisfile::GetLength_Fast() const
|
||||
{
|
||||
return GetLength();
|
||||
}
|
||||
|
||||
int RageSoundReader_Vorbisfile::SetPosition( int iFrame )
|
||||
{
|
||||
eof = false;
|
||||
|
||||
@@ -15,7 +15,6 @@ public:
|
||||
OpenResult Open( RageFileBasic *f );
|
||||
|
||||
int GetLength() const;
|
||||
int GetLength_Fast() const;
|
||||
int SetPosition( int iFrame );
|
||||
int Read( char *pBuf, int iFrames );
|
||||
int GetSampleRate() const;
|
||||
|
||||
@@ -13,7 +13,6 @@ public:
|
||||
OpenResult Open( RString m_sFilename );
|
||||
void Close();
|
||||
int GetLength() const;
|
||||
int GetLength_Fast() const { return GetLength(); }
|
||||
int SetPosition( int iFrame );
|
||||
int Read( char *pBuf, int iFrames );
|
||||
int GetSampleRate() const { return m_WavData.m_iSampleRate; }
|
||||
|
||||
Reference in New Issue
Block a user