diff options
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/vga.cpp | 2 |
1 files changed, 0 insertions, 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; |