aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2002-12-16 01:25:55 +0000
committerMax Horn2002-12-16 01:25:55 +0000
commit48a9679c1934ba3f6e861c3fbe20d6b7489c877e (patch)
tree12e71508ec53ab178a0c2a5ac95160b7124208e4 /scumm/gfx.h
parent54f3dc23a528d84f9eb22eededd79cd585f2d281 (diff)
downloadscummvm-rg350-48a9679c1934ba3f6e861c3fbe20d6b7489c877e.tar.gz
scummvm-rg350-48a9679c1934ba3f6e861c3fbe20d6b7489c877e.tar.bz2
scummvm-rg350-48a9679c1934ba3f6e861c3fbe20d6b7489c877e.zip
forgot to remove _numLinesToProcess
svn-id: r5987
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index e087555fc3..3573fe897f 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -124,7 +124,6 @@ protected:
byte *_readPtr;
bool _useOrDecompress;
- int _numLinesToProcess;
byte _currentX;
byte _cursorActive;