Remove unnecessary. (Funny comment though.)

This commit is contained in:
Steve Checkoway
2005-10-24 06:51:20 +00:00
parent 4e464c3777
commit 532b115aa6
2 changed files with 0 additions and 6 deletions
@@ -31,11 +31,6 @@ RageSound_Null::RageSound_Null()
StartDecodeThread();
}
float RageSound_Null::GetPlayLatency() const
{
return 0; /* silence is fast! */
}
int RageSound_Null::GetSampleRate( int iRate ) const
{
return m_iSampleRate;
@@ -8,7 +8,6 @@ class RageSound_Null: public RageSound_Generic_Software
public:
RageSound_Null();
int64_t GetPosition( const RageSoundBase *snd ) const;
float GetPlayLatency() const;
int GetSampleRate( int iRate ) const;
void Update( float fDeltaTime );