aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-02 00:07:11 +0000
committerJohannes Schickel2009-06-02 00:07:11 +0000
commitfae4192b37847e8a1f7e43b74fb679119f46c548 (patch)
tree57551b7c46320aad2842afcd97caca9bf4997742 /engines/kyra/lol.h
parent762f63084955e63b40e2c248a05668fd8f805017 (diff)
downloadscummvm-rg350-fae4192b37847e8a1f7e43b74fb679119f46c548.tar.gz
scummvm-rg350-fae4192b37847e8a1f7e43b74fb679119f46c548.tar.bz2
scummvm-rg350-fae4192b37847e8a1f7e43b74fb679119f46c548.zip
Remove "_smoothScrollTimer" from LoLEngine, it was only used as local variable anyway.
svn-id: r41119
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index ca5510c1f8..99faea01f6 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -1026,7 +1026,6 @@ private:
OpenDoorState _openDoorState[3];
int _blockDoor;
- uint32 _smoothScrollTimer;
int _smoothScrollModeNormal;
const uint8 *_scrollXTop;