diff options
-rw-r--r-- | engines/lure/game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp index a2db5d18b9..a655a66aa2 100644 --- a/engines/lure/game.cpp +++ b/engines/lure/game.cpp @@ -956,7 +956,6 @@ void Game::handleBootParam(int value) { } bool Game::getYN() { - OSystem &system = *g_system; Mouse &mouse = Mouse::getReference(); Events &events = Events::getReference(); Screen &screen = Screen::getReference(); |