diff options
| author | Travis Howell | 2006-04-17 12:46:20 +0000 |
|---|---|---|
| committer | Travis Howell | 2006-04-17 12:46:20 +0000 |
| commit | 5bfe6fd6f4ac3289caa63050a4315749a6eee68a (patch) | |
| tree | 0b650052c26b1852108290c612a10969f3fb4c85 | |
| parent | 82dfef4ce2c65dd3c345628eac19cfc3ccb4cbb9 (diff) | |
| download | scummvm-rg350-5bfe6fd6f4ac3289caa63050a4315749a6eee68a.tar.gz scummvm-rg350-5bfe6fd6f4ac3289caa63050a4315749a6eee68a.tar.bz2 scummvm-rg350-5bfe6fd6f4ac3289caa63050a4315749a6eee68a.zip | |
Remove leftover warning
svn-id: r21976
| -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; |
