From c9900b605ac8f943bdc3231ba415fdda5ce48964 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 13 Sep 2011 00:28:31 +0200 Subject: CGE: Some more cleanup in fileIo --- engines/cge/fileio.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'engines/cge/fileio.h') diff --git a/engines/cge/fileio.h b/engines/cge/fileio.h index bc4fd0a074..443cddde14 100644 --- a/engines/cge/fileio.h +++ b/engines/cge/fileio.h @@ -62,15 +62,12 @@ struct Header { }; class IoHand { -protected: - uint16 _seed; - Crypt *_crypt; public: Common::File *_file; uint16 _error; - IoHand(const char *name, Crypt crypt); - IoHand(Crypt *crypt); + IoHand(const char *name); + IoHand(); virtual ~IoHand(); uint16 read(void *buf, uint16 len); long mark(); @@ -101,7 +98,7 @@ class BtFile : public IoHand { BtPage *getPage(int lev, uint16 pgn); public: - BtFile(const char *name, Crypt *crpt); + BtFile(const char *name); virtual ~BtFile(); BtKeypack *find(const char *key); bool exist(const char *name); -- cgit v1.2.3