aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/lure/game.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp
index 650fac83c3..56c2db54e4 100644
--- a/engines/lure/game.cpp
+++ b/engines/lure/game.cpp
@@ -929,12 +929,6 @@ void Game::handleBootParam(int value) {
}
}
-struct YNKeyStruct {
- Common::Language language;
- Common::KeyCode y;
- Common::KeyCode n;
-};
-
bool Game::getYN() {
Mouse &mouse = Mouse::getReference();
Events &events = Events::getReference();