diff options
-rw-r--r-- | simon/simon.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 0608ee5523..29269a7657 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2201,9 +2201,6 @@ void SimonState::set_video_mode_internal(uint mode, uint vga_res_id) { uint16 c; byte *vc_ptr_org; - if (_debugMode) - warning("Set video mode internal: %d, %d", mode, vga_res_id); - _video_palette_mode = mode; _lock_word |= 0x20; |