From 6b35dc924355269382a69545dc0c7504aab7918c Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 24 Mar 2007 23:15:36 +0000 Subject: removed warning for no background in style --- src/RootTheme.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/RootTheme.cc b/src/RootTheme.cc index 5c1e923..b05e322 100644 --- a/src/RootTheme.cc +++ b/src/RootTheme.cc @@ -174,14 +174,8 @@ bool RootTheme::fallback(FbTk::ThemeItem_base &item) { void RootTheme::reconfigTheme() { _FB_USES_NLS; - if (!m_background->loaded()) { - cerr<<"Fluxbox: "<< - _FB_CONSOLETEXT(Common, BackgroundWarning, - "There is no background option specified in this style." - " Please consult the manual or read the FAQ.", - "Background missing warning")<loaded()) return; - } if (!m_background->changed()) return; -- cgit v0.11.2