diff --git a/stepmania/src/RageFile.h b/stepmania/src/RageFile.h index 24e863d8d8..290858d5a6 100644 --- a/stepmania/src/RageFile.h +++ b/stepmania/src/RageFile.h @@ -44,7 +44,6 @@ public: bool AtEOF() const; CString GetError() const; void ClearError(); - bool IsGood() const { return IsOpen() && !AtEOF() && GetError().empty(); } int Tell() const; int Seek( int offset );