aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/fileio.h')
-rw-r--r--engines/cge2/fileio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/cge2/fileio.h b/engines/cge2/fileio.h
index 0732b24c7b..0f3755beb5 100644
--- a/engines/cge2/fileio.h
+++ b/engines/cge2/fileio.h
@@ -105,7 +105,6 @@ public:
bool exist(const char *name);
};
-// TODO: Revise the whole class!
class EncryptedStream {
private:
CGE2Engine *_vm;
@@ -121,10 +120,7 @@ public:
int32 pos();
int32 size();
uint32 read(byte *dataPtr, uint32 dataSize);
- unsigned readUint16BE();
- signed readSint16BE();
signed readSint16LE();
- signed readUint16LE();
uint32 readUint32LE();
Common::String readLine();
int getLineCount() { return _lineCount; }