aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2007-10-21 05:13:44 +0000
committerPaul Gilbert2007-10-21 05:13:44 +0000
commitf1958a2218d1e8f21ec8425c398c531892221309 (patch)
treebec7538671039a4d4f09cd7e7b93e08f87ec339b
parent1aab730e6b28ee5f574c0fd91ce02b7d2fad2899 (diff)
downloadscummvm-rg350-f1958a2218d1e8f21ec8425c398c531892221309.tar.gz
scummvm-rg350-f1958a2218d1e8f21ec8425c398c531892221309.tar.bz2
scummvm-rg350-f1958a2218d1e8f21ec8425c398c531892221309.zip
Removed deprecated YNKeyStruct structure
svn-id: r29237
-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();