Removed last traces of clearIOFailed. Yay :)
svn-id: r42910
This commit is contained in:
parent
d91d68a9ca
commit
6df25f47c3
4 changed files with 2 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue