diff --git a/stepmania/src/RageSound.h b/stepmania/src/RageSound.h index 9e081e3ccc..411b35f9de 100644 --- a/stepmania/src/RageSound.h +++ b/stepmania/src/RageSound.h @@ -116,7 +116,6 @@ public: void StopPlaying(); CString GetError() const { return m_sError; } - bool Error() const { return !m_sError.empty(); } RageSound *Play( const RageSoundParams *params=NULL ); void Stop();