diff options
author | fluxgen <fluxgen> | 2004-01-12 20:22:40 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-12 20:22:40 (GMT) |
commit | 34858071e8800d807b1f364a4afa0410db180386 (patch) | |
tree | cdc0def910fe3b7af86f5cfb3ace9314f690ba70 /src/tests/texturetest.cc | |
parent | 0513bafac599e047d613675044659240fdd9da69 (diff) | |
download | fluxbox-34858071e8800d807b1f364a4afa0410db180386.zip fluxbox-34858071e8800d807b1f364a4afa0410db180386.tar.bz2 |
removed print
Diffstat (limited to 'src/tests/texturetest.cc')
-rw-r--r-- | src/tests/texturetest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/texturetest.cc b/src/tests/texturetest.cc index 0ba6741..8934f64 100644 --- a/src/tests/texturetest.cc +++ b/src/tests/texturetest.cc | |||
@@ -87,7 +87,6 @@ private: | |||
87 | (tm, | 87 | (tm, |
88 | string("texture") + value, | 88 | string("texture") + value, |
89 | string("Texture") + value)); | 89 | string("Texture") + value)); |
90 | cerr<<"Theme: "<<text->name()<<endl; | ||
91 | // load new style | 90 | // load new style |
92 | ThemeManager::instance().load("test.theme"); | 91 | ThemeManager::instance().load("test.theme"); |
93 | 92 | ||