diff options
author | Paul Gilbert | 2007-10-21 05:13:44 +0000 |
---|---|---|
committer | Paul Gilbert | 2007-10-21 05:13:44 +0000 |
commit | f1958a2218d1e8f21ec8425c398c531892221309 (patch) | |
tree | bec7538671039a4d4f09cd7e7b93e08f87ec339b /engines | |
parent | 1aab730e6b28ee5f574c0fd91ce02b7d2fad2899 (diff) | |
download | scummvm-rg350-f1958a2218d1e8f21ec8425c398c531892221309.tar.gz scummvm-rg350-f1958a2218d1e8f21ec8425c398c531892221309.tar.bz2 scummvm-rg350-f1958a2218d1e8f21ec8425c398c531892221309.zip |
Removed deprecated YNKeyStruct structure
svn-id: r29237
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lure/game.cpp | 6 |
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(); |