Remove warning

svn-id: r7774
This commit is contained in:
Travis Howell 2003-05-21 07:49:41 +00:00
parent 5fae10f573
commit 0096df9737

View File

@ -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;