remove lib/content
[enigma2.git] / lib / gui / ewindowstyle.cpp
index 778291c7a351651c06302dadb46bbc89c943f5de..8599cfd799c51bb03d0d5cb0b555364af7174cc0 100644 (file)
@@ -53,7 +53,6 @@ void eWindowStyleSimple::paintWindowDecoration(eWindow *wnd, gPainter &painter,
 
 void eWindowStyleSimple::paintBackground(gPainter &painter, const ePoint &offset, const eSize &size)
 {
-       eDebug("eWindowStyleSimple::paintBackground");
        painter.setBackgroundColor(m_background_color);
        painter.clear();
 }