remove unused (and too broad) IsGood

This commit is contained in:
Glenn Maynard
2005-05-20 00:18:52 +00:00
parent 38b10ca499
commit b3d9debc44
-1
View File
@@ -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 );