aboutsummaryrefslogtreecommitdiff
path: root/src/Image.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-11 20:44:48 (GMT)
committerfluxgen <fluxgen>2002-08-11 20:44:48 (GMT)
commit19ddad292f4a93c5ef4293401b128e74a2f39388 (patch)
treeca2bf74489fc7e6e235ddff890808f03615f1b17 /src/Image.cc
parentf6e49369df0aa63fdcedd6b379f2fe86c9f0e4a6 (diff)
downloadfluxbox_pavel-19ddad292f4a93c5ef4293401b128e74a2f39388.zip
fluxbox_pavel-19ddad292f4a93c5ef4293401b128e74a2f39388.tar.bz2
removed debug msg
Diffstat (limited to 'src/Image.cc')
-rw-r--r--src/Image.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Image.cc b/src/Image.cc
index 4052c10..fbc20b1 100644
--- a/src/Image.cc
+++ b/src/Image.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Image.cc,v 1.12 2002/07/23 17:11:58 fluxgen Exp $ 25// $Id: Image.cc,v 1.13 2002/08/11 20:44:48 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -2466,9 +2466,6 @@ void BImageControl::parseTexture(FbTk::Texture *texture, const char *texture_str
2466 *(ts + byte_pos) = tolower(*(texture_string + byte_pos)); 2466 *(ts + byte_pos) = tolower(*(texture_string + byte_pos));
2467 2467
2468 using namespace FbTk; 2468 using namespace FbTk;
2469#ifdef DEBUG
2470 cerr<<__FILE__<<"("<<__LINE__<<"): texture_string = "<<texture_string<<endl;
2471#endif // DEBUG
2472 2469
2473 if (strstr(ts, "parentrelative")) { 2470 if (strstr(ts, "parentrelative")) {
2474 texture->setType(Texture::PARENTRELATIVE); 2471 texture->setType(Texture::PARENTRELATIVE);