From b3d9debc4413532eea8f53163e9ad849d6fa8cba Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 20 May 2005 00:18:52 +0000 Subject: [PATCH] remove unused (and too broad) IsGood --- stepmania/src/RageFile.h | 1 - 1 file changed, 1 deletion(-) 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 );