diff options
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index f7d76ef0b4..1d436c858a 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -3251,7 +3251,6 @@ bool SimonState::has_vgastruct_with_id(uint16 id, uint16 file) void SimonState::processSpecialKeys() { - //warning("Key press %d",_key_pressed); switch (_key_pressed) { case 27: // escape _exit_cutscene = true; |