aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/btfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/btfile.h')
-rw-r--r--engines/cge/btfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge/btfile.h b/engines/cge/btfile.h
index 7cfdc263e7..1095324116 100644
--- a/engines/cge/btfile.h
+++ b/engines/cge/btfile.h
@@ -77,10 +77,8 @@ class BtFile : public IoHand {
BtPage *_page;
uint16 _pgNo;
int _indx;
- bool _updt;
} _buff[kBtLevel];
- void putPage(int lev, bool hard);
BtPage *getPage(int lev, uint16 pgn);
public:
BtFile(const char *name, IOMode mode, Crypt *crpt);