From d32d4f583a93d1c7b971e75cca1b3e38cddca004 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 4 Mar 2003 01:34:28 +0000 Subject: [PATCH] Ooops svn-id: r6681 --- simon/simon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/simon/simon.cpp b/simon/simon.cpp index f7d76ef0b43..1d436c858a9 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;