aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/glk_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-02-23 16:30:58 -0800
committerPaul Gilbert2019-02-23 16:31:08 -0800
commit4efa9c73d4141116892ee1cf732cdfbc259821e4 (patch)
tree7f368ac5658b86a3fce9b3783f790e1616054618 /engines/glk/frotz/glk_interface.h
parent5f520aa386d829f2bbb168f31318f3422ecf01f1 (diff)
downloadscummvm-rg350-4efa9c73d4141116892ee1cf732cdfbc259821e4.tar.gz
scummvm-rg350-4efa9c73d4141116892ee1cf732cdfbc259821e4.tar.bz2
scummvm-rg350-4efa9c73d4141116892ee1cf732cdfbc259821e4.zip
GLK: FROTZ: Add V6 text cursor logic
Diffstat (limited to 'engines/glk/frotz/glk_interface.h')
-rw-r--r--engines/glk/frotz/glk_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/glk/frotz/glk_interface.h b/engines/glk/frotz/glk_interface.h
index b52fdc4e6d..22518b8b37 100644
--- a/engines/glk/frotz/glk_interface.h
+++ b/engines/glk/frotz/glk_interface.h
@@ -64,8 +64,6 @@ public:
uint zcolors[zcolor_NUMCOLORS];
int oldstyle;
int curstyle;
- int cury;
- int curx;
int fixforced;
int curr_font;