- remove debug message
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 8 Jul 2005 16:36:35 +0000 (16:36 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 8 Jul 2005 16:36:35 +0000 (16:36 +0000)
lib/gdi/gpixmap.cpp

index 9bb59776b8e9973344b6eee6481de143280a99cc..f0f04d69237e618848ba27e69fa897dbebd98581 100644 (file)
@@ -224,7 +224,6 @@ void gPixmap::blit(const gPixmap &src, ePoint pos, const gRegion &clip, int flag
 
 void gPixmap::mergePalette(const gPixmap &target)
 {
-       eDebug("merge palette! %p %p", surface, target.surface);
        if ((!surface->clut.colors) || (!target.surface->clut.colors))
                return;