aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/logic.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp
index 346a418fed..a01af6e0f7 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -380,27 +380,6 @@ void Logic::initialise() {
warning("Unexpected queen.jas file format");
}
- /*
- // FIXME: move to Input class ?
- switch (_resource->getLanguage()) {
- case ENGLISH:
- _keyLanguage = _keyCommands[KEYS_ENGLISH];
- break;
- case GERMAN:
- _keyLanguage = _keyCommands[KEYS_GERMAN];
- break;
- case FRENCH:
- _keyLanguage = _keyCommands[KEYS_FRENCH];
- break;
- case ITALIAN:
- _keyLanguage = _keyCommands[KEYS_ITALIAN];
- break;
- default:
- _keyLanguage = _keyCommands[KEYS_ENGLISH];
- break;
- }
- */
-
_objDescription = new char*[_numDescriptions + 1];
_objDescription[0] = 0;
for (i = 1; i <= _numDescriptions; i++)