diff options
author | markt <markt> | 2007-03-31 22:00:39 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-31 22:00:39 (GMT) |
commit | 2519e2614d262ecf7b0c0dd96a521174ee86eb08 (patch) | |
tree | f32465a94abbf7710d28df1abd3932521c853419 /src/RootTheme.cc | |
parent | 9b84090f4ad3dea4c07a4e174fa4b46a2386de82 (diff) | |
download | fluxbox-2519e2614d262ecf7b0c0dd96a521174ee86eb08.zip fluxbox-2519e2614d262ecf7b0c0dd96a521174ee86eb08.tar.bz2 |
fixed some compiling issues
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r-- | src/RootTheme.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc index b05e322..4e5c9fe 100644 --- a/src/RootTheme.cc +++ b/src/RootTheme.cc | |||
@@ -172,8 +172,6 @@ bool RootTheme::fallback(FbTk::ThemeItem_base &item) { | |||
172 | } | 172 | } |
173 | 173 | ||
174 | void RootTheme::reconfigTheme() { | 174 | void RootTheme::reconfigTheme() { |
175 | _FB_USES_NLS; | ||
176 | |||
177 | if (!m_background->loaded()) | 175 | if (!m_background->loaded()) |
178 | return; | 176 | return; |
179 | 177 | ||