aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/main.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-17 11:36:09 -0800
committerPaul Gilbert2019-11-17 14:06:14 -0800
commitd9ce28592d0404da1b78fa1e55f4c0433f86a04f (patch)
tree4dab9d5f2198cf0b32dc628f2c0090965d5bbd95 /engines/glk/alan2/main.h
parent9ab74a04569e5f29100c1cda16b68d6150c5b230 (diff)
downloadscummvm-rg350-d9ce28592d0404da1b78fa1e55f4c0433f86a04f.tar.gz
scummvm-rg350-d9ce28592d0404da1b78fa1e55f4c0433f86a04f.tar.bz2
scummvm-rg350-d9ce28592d0404da1b78fa1e55f4c0433f86a04f.zip
GLK: ALAN2: Cleanup
Diffstat (limited to 'engines/glk/alan2/main.h')
-rw-r--r--engines/glk/alan2/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/alan2/main.h b/engines/glk/alan2/main.h
index afab540706..c7bdefc509 100644
--- a/engines/glk/alan2/main.h
+++ b/engines/glk/alan2/main.h
@@ -85,7 +85,6 @@ extern const char *advnam;
/* Screen formatting info */
extern int col, lin;
-extern int paglen, pagwidth;
extern Boolean verbose, errflg, trcflg, dbgflg, stpflg, logflg, statusflg;
extern Boolean fail;