remove RageSoundBase::StopPlaying

This commit is contained in:
Glenn Maynard
2004-04-07 08:06:36 +00:00
parent 6d79666fb0
commit 5fd6938bd0
-1
View File
@@ -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;