From 5fd6938bd01e89eebb1382c528d0798a9c9d4818 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 Apr 2004 08:06:36 +0000 Subject: [PATCH] remove RageSoundBase::StopPlaying --- stepmania/src/RageSound.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageSound.h b/stepmania/src/RageSound.h index 7be6aca478..4775faba5e 100644 --- a/stepmania/src/RageSound.h +++ b/stepmania/src/RageSound.h @@ -12,7 +12,6 @@ class RageSoundBase { public: virtual ~RageSoundBase() { } - virtual void StopPlaying() = 0; // deprecated virtual void SoundIsFinishedPlaying() = 0; virtual bool GetDataToPlay( int16_t *buffer, int size, int &pos, int &got_bytes ) = 0; virtual int GetPCM( char *buffer, int size, int64_t frameno ) = 0;