don't display track when no foreground is set in position gauge
[enigma2.git] / lib / gui / ewindow.cpp
index 910acda4f490f8b1c3ae8fbc31ba3989edeb8afb..4cb2e76f1c1b73bdec223a77d3016423f7c1ad80 100644 (file)
@@ -54,7 +54,6 @@ std::string eWindow::getTitle() const
 
 void eWindow::setBackgroundColor(const gRGB &col)
 {
-       eDebug("eWindow: Set background color!");
                /* set background color for child, too */
        eWidget::setBackgroundColor(col);
        m_child->setBackgroundColor(col);