mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 02:39:56 +00:00
HOPKINS: Janitorial: Remove useless code
This commit is contained in:
parent
f7771844f1
commit
ef12ba27e5
@ -100,8 +100,6 @@ void DialogsManager::showOptionsDialog() {
|
||||
do {
|
||||
if (_vm->_eventsManager->getMouseButton()) {
|
||||
Common::Point mousePos(_vm->_eventsManager->getMouseX(), _vm->_eventsManager->getMouseY());
|
||||
mousePos.x = _vm->_eventsManager->getMouseX();
|
||||
mousePos.y = _vm->_eventsManager->getMouseY();
|
||||
|
||||
if (!_vm->_soundManager->_musicOffFl) {
|
||||
if (mousePos.x >= scrollOffset + 300 && mousePos.y > 113 && mousePos.x <= scrollOffset + 327 && mousePos.y <= 138) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user