From 5c312685cd10dceb5b592094cd9337361c982c50 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 4 Aug 2008 12:39:59 +0000 Subject: [PATCH] Merged from svn/trunk the removal of debugging info --- src/osg/Texture3D.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osg/Texture3D.cpp b/src/osg/Texture3D.cpp index 78c268c19..24f0f7977 100644 --- a/src/osg/Texture3D.cpp +++ b/src/osg/Texture3D.cpp @@ -361,14 +361,12 @@ void Texture3D::applyTexImage3D(GLenum target, Image* image, State& state, GLsiz if (!compressed_image) { - notify(WARN)<<"glTexImage3D '"<getFileName()<<"' data="<<(void*)image->data()<glTexImage3D( target, 0, _internalFormat, inwidth, inheight, indepth, _borderWidth, (GLenum)image->getPixelFormat(), (GLenum)image->getDataType(), image->data() ); - notify(WARN)<<"done glTexImage3D"<isCompressedTexImage3DSupported()) {