From f7f5a561eb389d1e31c50fd36b50178f9393c1ef Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 12 Sep 2010 14:18:40 +0000 Subject: TINSEL: Remove unused variable svn-id: r52684 --- engines/tinsel/tinsel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/tinsel/tinsel.cpp') 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) { -- cgit v1.2.3