diff --git a/stepmania/src/RandomSample.cpp b/stepmania/src/RandomSample.cpp index 37058bd003..10709a71d4 100644 --- a/stepmania/src/RandomSample.cpp +++ b/stepmania/src/RandomSample.cpp @@ -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 diff --git a/stepmania/src/RandomSample.h b/stepmania/src/RandomSample.h index 8542933f5e..c5c49b4046 100644 --- a/stepmania/src/RandomSample.h +++ b/stepmania/src/RandomSample.h @@ -32,7 +32,6 @@ public: }; void PlayRandom(); - void Pause(); void Stop(); private: