diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-10-15 23:55:20 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-10-15 23:55:20 +0000 |
| commit | dd935678caed30ac21aa74826d8fbfca5f31a81c (patch) | |
| tree | c263e16c63bc0a68d877feaa34ff7e27f49a6f58 /lib/gui/ewidgetdesktop.cpp | |
| parent | 35278519b9b44c9543126e06841b1cfb8510eb82 (diff) | |
| download | enigma2-dd935678caed30ac21aa74826d8fbfca5f31a81c.tar.gz enigma2-dd935678caed30ac21aa74826d8fbfca5f31a81c.zip | |
removed not only one but FOUR annoying debug messages
Diffstat (limited to 'lib/gui/ewidgetdesktop.cpp')
| -rw-r--r-- | lib/gui/ewidgetdesktop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/ewidgetdesktop.cpp b/lib/gui/ewidgetdesktop.cpp index fb0f39dd..afe1995c 100644 --- a/lib/gui/ewidgetdesktop.cpp +++ b/lib/gui/ewidgetdesktop.cpp @@ -272,7 +272,7 @@ void eWidgetDesktop::makeCompatiblePixmap(gPixmap &pm) if (m_comp_mode != cmImmediate) return; - eDebug("widgetDesktop: make compatible pixmap of %p\n", &pm); +// eDebug("widgetDesktop: make compatible pixmap of %p", &pm); if (!m_screen.m_dc) { eWarning("eWidgetDesktop: no DC to make pixmap compatible with!"); |
