- remove debug message
[enigma2.git] / 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;