aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
diff options
context:
space:
mode:
authorMax Horn2009-12-15 08:18:57 +0000
committerMax Horn2009-12-15 08:18:57 +0000
commitf692015301e6122b7d071a0ce52c81faa6c3b69f (patch)
treee72e430a064eb6e8cf70610cb0e8e7154a9ee57d /common/stream.h
parenteb9b31782f094578d0d824962a5660d697e71486 (diff)
downloadscummvm-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/stream.h')
-rw-r--r--common/stream.h6
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