mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
CGE2: Remove unnecessary variable from System::touch().
This commit is contained in:
parent
bb216eba2f
commit
0cad1988e4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user