remove debug
authorFelix Domke <tmbinc@elitedvb.net>
Sun, 14 May 2006 22:58:31 +0000 (22:58 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sun, 14 May 2006 22:58:31 +0000 (22:58 +0000)
lib/gui/ewindow.cpp

index 910acda4f490f8b1c3ae8fbc31ba3989edeb8afb..4cb2e76f1c1b73bdec223a77d3016423f7c1ad80 100644 (file)
@@ -54,7 +54,6 @@ std::string eWindow::getTitle() const
 
 void eWindow::setBackgroundColor(const gRGB &col)
 {
 
 void eWindow::setBackgroundColor(const gRGB &col)
 {
-       eDebug("eWindow: Set background color!");
                /* set background color for child, too */
        eWidget::setBackgroundColor(col);
        m_child->setBackgroundColor(col);
                /* set background color for child, too */
        eWidget::setBackgroundColor(col);
        m_child->setBackgroundColor(col);