From: Felix Domke Date: Sun, 14 May 2006 22:58:31 +0000 (+0000) Subject: remove debug X-Git-Tag: 2.6.0~3426 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b6afeea690f9f68c3e8b85248ca799e16bdcbaed remove debug --- diff --git a/lib/gui/ewindow.cpp b/lib/gui/ewindow.cpp index 910acda4..4cb2e76f 100644 --- a/lib/gui/ewindow.cpp +++ b/lib/gui/ewindow.cpp @@ -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);