aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-03-29 21:46:26 +0000
committerWillem Jan Palenstijn2009-03-29 21:46:26 +0000
commitb524e3d285d04a7f9df139cc55fea13472eacf31 (patch)
treec6f23084b8b797b93257e95bd69200f7e785593e /engines
parent50624014236638c2e2d256735c8092e1526ef59e (diff)
downloadscummvm-rg350-b524e3d285d04a7f9df139cc55fea13472eacf31.tar.gz
scummvm-rg350-b524e3d285d04a7f9df139cc55fea13472eacf31.tar.bz2
scummvm-rg350-b524e3d285d04a7f9df139cc55fea13472eacf31.zip
SCI: remove some debugging printfs
svn-id: r39746
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/gfx/palette.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/gfx/palette.cpp b/engines/sci/gfx/palette.cpp
index da9a7c7f26..52e7bb5855 100644
--- a/engines/sci/gfx/palette.cpp
+++ b/engines/sci/gfx/palette.cpp
@@ -112,9 +112,6 @@ void Palette::unmerge() {
_parent->_colors[pi].refcount = PALENTRY_FREE;
count++;
}
-#ifdef DEBUG_MERGE
- fprintf(stderr, "%d: %d -> %d\n", pi, old, _parent->_colors[pi].refcount);
-#endif
_colors[i].parent_index = -1;
}
#ifdef DEBUG_MERGE