aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/conf.cpp')
-rw-r--r--engines/glk/conf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/conf.cpp b/engines/glk/conf.cpp
index 6aa9fe8e0e..e8362e1338 100644
--- a/engines/glk/conf.cpp
+++ b/engines/glk/conf.cpp
@@ -67,7 +67,6 @@ Conf::Conf(InterpreterType interpType) {
g_conf = this;
_imageW = g_system->getWidth();
_imageH = g_system->getHeight();
- _cellW = _cellH = 8;
get("moreprompt", _propInfo._morePrompt, "\207 more \207");
get("morecolor", _propInfo._moreColor);