aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/conf.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-01-02 19:09:40 -0800
committerPaul Gilbert2019-01-02 19:09:40 -0800
commit313337eb82534b23afd31da5c205f96faaea9e24 (patch)
tree41b7a5a0ac1198c5278331f33a4ea8aea8c2cdda /engines/glk/conf.h
parentf1d9722f3bd58f7883f3e76c19d4a0133da73489 (diff)
downloadscummvm-rg350-313337eb82534b23afd31da5c205f96faaea9e24.tar.gz
scummvm-rg350-313337eb82534b23afd31da5c205f96faaea9e24.tar.bz2
scummvm-rg350-313337eb82534b23afd31da5c205f96faaea9e24.zip
GLK: Remove deprecated _cellW/_cellH from Conf
Diffstat (limited to 'engines/glk/conf.h')
-rw-r--r--engines/glk/conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/conf.h b/engines/glk/conf.h
index 74372312ce..4b4a013f2b 100644
--- a/engines/glk/conf.h
+++ b/engines/glk/conf.h
@@ -97,7 +97,6 @@ public:
WindowStyle _gStylesDefault[style_NUMSTYLES];
int _imageW, _imageH;
- int _cellW, _cellH;
public:
/**
* Constructor