remove unused (and too broad) IsGood
This commit is contained in:
@@ -44,7 +44,6 @@ public:
|
|||||||
bool AtEOF() const;
|
bool AtEOF() const;
|
||||||
CString GetError() const;
|
CString GetError() const;
|
||||||
void ClearError();
|
void ClearError();
|
||||||
bool IsGood() const { return IsOpen() && !AtEOF() && GetError().empty(); }
|
|
||||||
|
|
||||||
int Tell() const;
|
int Tell() const;
|
||||||
int Seek( int offset );
|
int Seek( int offset );
|
||||||
|
|||||||
Reference in New Issue
Block a user