From ee14402dd84fcdbdd975c92476c7f7a5d3c81e2b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Dec 2005 05:21:32 +0000 Subject: [PATCH] remove unused --- stepmania/src/RageSound.h | 1 - 1 file changed, 1 deletion(-) 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();