From 644bced723ad9820fa26e7469391e62ae25dae5c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 30 Mar 2005 14:32:01 +0000 Subject: *** empty log message *** svn-id: r17295 --- scumm/wiz_he.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm/wiz_he.cpp') diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index 625fae3655..a1cda1d065 100644 --- a/scumm/wiz_he.cpp +++ b/scumm/wiz_he.cpp @@ -323,9 +323,6 @@ void Wiz::copyRawWizImage(uint8 *dst, const uint8 *src, int dstw, int dsth, int } void Wiz::decompressWizImage(uint8 *dst, int dstPitch, const Common::Rect &dstRect, const uint8 *src, const Common::Rect &srcRect, const uint8 *imagePal) { - printf("SRC left %d right %d top %d bottom %d\n", srcRect.left, srcRect.right, srcRect.top, srcRect.bottom); - printf("DST left %d right %d top %d bottom %d\n", dstRect.left, dstRect.right, dstRect.top, dstRect.bottom); - const uint8 *dataPtr, *dataPtrNext; uint8 *dstPtr, *dstPtrNext; uint32 code; -- cgit v1.2.3