From da17953c1298b8b6db86af42dd644bff01a5134c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Andersson?= Date: Fri, 19 Jul 2013 21:19:03 +0200 Subject: [PATCH] TONY: Remove debug message from last commit. Oops. --- engines/tony/gfxcore.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/tony/gfxcore.cpp b/engines/tony/gfxcore.cpp index d5002628e9e1..410f9b8971e9 100644 --- a/engines/tony/gfxcore.cpp +++ b/engines/tony/gfxcore.cpp @@ -1866,7 +1866,6 @@ void RMGfxSourceBuffer8RLEWordAA::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RM } int RMGfxSourceBuffer8RLEWordAA::init(const byte *buf, int dimx, int dimy, bool bLoadPalette) { - debug("Hello!!!"); return RMGfxSourceBuffer8RLE::init(buf, dimx, dimy, bLoadPalette); }