aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/mem.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-18 22:32:27 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit525c09ef38c00d71cf3037d61d221783d3b48cf3 (patch)
treefd0a4bea7984bef5e38d329cd3eddf1ee31da693 /engines/glk/frotz/mem.h
parentf7cb4170847373a84268479bd7487c20c58d5639 (diff)
downloadscummvm-rg350-525c09ef38c00d71cf3037d61d221783d3b48cf3.tar.gz
scummvm-rg350-525c09ef38c00d71cf3037d61d221783d3b48cf3.tar.bz2
scummvm-rg350-525c09ef38c00d71cf3037d61d221783d3b48cf3.zip
GLK: In progress transforming Blorb code to be a Common::Archive
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;