diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2010-03-17 15:35:07 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2010-03-17 15:35:07 (GMT) |
commit | ce0b41c8472135898a553d6d649d852beb80cffb (patch) | |
tree | 8cca2f6d8795c19c86ab70fa22e9c724e5f4453b /src/RootTheme.cc | |
parent | 7a86dad21b1d50b35857496c165e4e85cc0d2bd3 (diff) | |
download | fluxbox_pavel-ce0b41c8472135898a553d6d649d852beb80cffb.zip fluxbox_pavel-ce0b41c8472135898a553d6d649d852beb80cffb.tar.bz2 |
Changed #ifdef DEBUG ... cerr << to using fbdbg.
This will reduce the number of #ifdef DEBUG for
simple debug messages.
include "Debug.hh" and use fbdbg instead of cerr for debug.
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 34c06e9..d303834 100644 --- a/src/RootTheme.cc +++ b/src/RootTheme.cc | |||
@@ -47,8 +47,6 @@ | |||
47 | #include <string.h> | 47 | #include <string.h> |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | using std::cerr; | ||
51 | using std::endl; | ||
52 | using std::string; | 50 | using std::string; |
53 | 51 | ||
54 | class BackgroundItem: public FbTk::ThemeItem<FbTk::Texture> { | 52 | class BackgroundItem: public FbTk::ThemeItem<FbTk::Texture> { |