diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-07-08 16:36:35 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-07-08 16:36:35 +0000 |
| commit | db493da3936b21410730a1c299b4c6937d56ca4e (patch) | |
| tree | 558465a6ef0fba7de09aacb42859a401d5b2c018 /lib/gdi/gpixmap.cpp | |
| parent | 241e6d3da33580a6051a0ef4fa2590f2ae4fa9d0 (diff) | |
| download | enigma2-db493da3936b21410730a1c299b4c6937d56ca4e.tar.gz enigma2-db493da3936b21410730a1c299b4c6937d56ca4e.zip | |
- remove debug message
Diffstat (limited to 'lib/gdi/gpixmap.cpp')
| -rw-r--r-- | lib/gdi/gpixmap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gdi/gpixmap.cpp b/lib/gdi/gpixmap.cpp index 9bb59776..f0f04d69 100644 --- a/lib/gdi/gpixmap.cpp +++ b/lib/gdi/gpixmap.cpp @@ -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; |
