From 5bfe6fd6f4ac3289caa63050a4315749a6eee68a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 17 Apr 2006 12:46:20 +0000 Subject: Remove leftover warning svn-id: r21976 --- engines/simon/vga.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/simon/vga.cpp b/engines/simon/vga.cpp index 48372cfc73..7253f84b48 100644 --- a/engines/simon/vga.cpp +++ b/engines/simon/vga.cpp @@ -1324,8 +1324,6 @@ void SimonEngine::horizontalScroll(VC10_state *state) { } void SimonEngine::verticalScroll(VC10_state *state) { - debug(0, "Vertical scrolling not supported"); - const byte *src; byte *dst; int h; -- cgit v1.2.3