Removed last traces of clearIOFailed. Yay :)

svn-id: r42910
This commit is contained in:
Max Horn 2009-07-29 21:39:00 +00:00
parent d91d68a9ca
commit 6df25f47c3
4 changed files with 2 additions and 13 deletions

View file

@ -133,12 +133,6 @@ public:
*/
bool ioFailed() const;
/**
* DEPRECATED: Don't use this unless you are still using ioFailed().
* Reset the I/O error status.
*/
void clearIOFailed();
bool err() const; // implement abstract Stream method
void clearErr(); // implement abstract Stream method
bool eos() const; // implement abstract SeekableReadStream method