remove unused

This commit is contained in:
Glenn Maynard
2005-10-19 11:47:56 +00:00
parent 9d6b0890a5
commit 03cb8bda22
2 changed files with 0 additions and 14 deletions
-10
View File
@@ -895,16 +895,6 @@ float RageSound::GetAbsoluteVolume() const
return f;
}
void RageSound::LockSound()
{
m_Mutex.Lock();
}
void RageSound::UnlockSound()
{
m_Mutex.Unlock();
}
float RageSound::GetPlaybackRate() const
{
return float(m_Param.speed_input_samples) / m_Param.speed_output_samples;
-4
View File
@@ -134,10 +134,6 @@ public:
CString GetLoadedFilePath() const { return m_sFilePath; }
bool IsPlaying() const { return m_bPlaying; }
/* Lock and unlock this sound. */
void LockSound();
void UnlockSound();
float GetPlaybackRate() const;
RageTimer GetStartTime() const;
float GetVolume() const;