diff options
author | Max Horn | 2009-12-15 08:18:57 +0000 |
---|---|---|
committer | Max Horn | 2009-12-15 08:18:57 +0000 |
commit | f692015301e6122b7d071a0ce52c81faa6c3b69f (patch) | |
tree | e72e430a064eb6e8cf70610cb0e8e7154a9ee57d /common | |
parent | eb9b31782f094578d0d824962a5660d697e71486 (diff) | |
download | scummvm-rg350-f692015301e6122b7d071a0ce52c81faa6c3b69f.tar.gz scummvm-rg350-f692015301e6122b7d071a0ce52c81faa6c3b69f.tar.bz2 scummvm-rg350-f692015301e6122b7d071a0ce52c81faa6c3b69f.zip |
Got rid of ReadStream::ioFailed()
svn-id: r46379
Diffstat (limited to 'common')
-rw-r--r-- | common/stream.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/stream.h b/common/stream.h index 3a1391e2ba..ca2ad6721e 100644 --- a/common/stream.h +++ b/common/stream.h @@ -177,12 +177,6 @@ public: // in general should not overload them. /** - * DEPRECATED - * Default implementation for backward compatibility - */ - inline bool ioFailed() { return (eos() || err()); } - - /** * Read an unsigned byte from the stream and return it. * Performs no error checking. The return value is undefined * if a read error occurred (for which client code can check by |