diff options
author | Eugene Sandulenko | 2010-09-12 14:18:40 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-09-12 14:18:40 +0000 |
commit | f7f5a561eb389d1e31c50fd36b50178f9393c1ef (patch) | |
tree | b8c8e65684c9ea61d38b39915a0d3293d25fa114 /engines | |
parent | 1f986e14af5dd6aab55c322e7edabeb98cb37f9e (diff) | |
download | scummvm-rg350-f7f5a561eb389d1e31c50fd36b50178f9393c1ef.tar.gz scummvm-rg350-f7f5a561eb389d1e31c50fd36b50178f9393c1ef.tar.bz2 scummvm-rg350-f7f5a561eb389d1e31c50fd36b50178f9393c1ef.zip |
TINSEL: Remove unused variable
svn-id: r52684
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/tinsel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp index 702606e84b..888a47648f 100644 --- a/engines/tinsel/tinsel.cpp +++ b/engines/tinsel/tinsel.cpp @@ -146,7 +146,6 @@ void KeyboardProcess(CORO_PARAM, const void *) { // Get the next keyboard event off the stack Common::Event evt = _vm->_keypresses.front(); _vm->_keypresses.pop_front(); - const Common::Point mousePos = _vm->getMousePosition(); // Switch for special keys switch (evt.kbd.keycode) { |