From 7bc83861248abe4e5d079f09c492bd7e156fe2eb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Dec 2002 08:08:37 +0000 Subject: [PATCH] remove pause --- stepmania/src/RandomSample.cpp | 5 ----- stepmania/src/RandomSample.h | 1 - 2 files changed, 6 deletions(-) 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: