diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-05-14 22:58:31 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-05-14 22:58:31 +0000 |
| commit | b6afeea690f9f68c3e8b85248ca799e16bdcbaed (patch) | |
| tree | e43492cd3a5e136728a884a33e6da4e50cadeb51 /lib/gui/ewindow.cpp | |
| parent | 8bca86cd0957744b9b1439c0ef63debb2e562c94 (diff) | |
| download | enigma2-b6afeea690f9f68c3e8b85248ca799e16bdcbaed.tar.gz enigma2-b6afeea690f9f68c3e8b85248ca799e16bdcbaed.zip | |
remove debug
Diffstat (limited to 'lib/gui/ewindow.cpp')
| -rw-r--r-- | lib/gui/ewindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
