remove pause

This commit is contained in:
Glenn Maynard
2002-12-22 08:08:37 +00:00
parent 34ae33b9f9
commit 7bc8386124
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -83,11 +83,6 @@ void RandomSample::PlayRandom()
m_iIndexLastPlayed = iIndexToPlay;
}
void RandomSample::Pause()
{
m_pSamples[m_iIndexLastPlayed]->Pause();
}
void RandomSample::Stop()
{
if( m_iIndexLastPlayed == -1 ) // nothing is currently playing
-1
View File
@@ -32,7 +32,6 @@ public:
};
void PlayRandom();
void Pause();
void Stop();
private: