aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/mem.h')
-rw-r--r--engines/glk/frotz/mem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/frotz/mem.h b/engines/glk/frotz/mem.h
index d973890605..a632bc6e63 100644
--- a/engines/glk/frotz/mem.h
+++ b/engines/glk/frotz/mem.h
@@ -57,7 +57,6 @@ typedef undo_struct undo_t;
class Mem : public Header, public virtual UserOptions {
protected:
Common::SeekableReadStream *story_fp;
- uint blorb_ofs, blorb_len;
uint story_size;
byte *pcp;
byte *zmp;