use default

This commit is contained in:
Glenn Maynard
2006-12-11 05:59:27 +00:00
parent 1adb0fcc87
commit f33bb09334
3 changed files with 0 additions and 7 deletions
@@ -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;
-1
View File
@@ -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; }