CGE2: Remove unnecessary variable from System::touch().

This commit is contained in:
uruk 2014-06-07 21:07:46 +02:00
parent bb216eba2f
commit 0cad1988e4

View File

@ -55,7 +55,6 @@ void System::touch(uint16 mask, V2D pos, Common::KeyCode keyCode) {
} else {
if (_vm->_startupMode)
return;
int selectedScene = 0;
_vm->_infoLine->setText(nullptr);
if (mask & kMouseLeftUp) {