diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index 2a0790c3c..7b98d75b9 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -289,8 +289,6 @@ void Font::releaseGLObjects(osg::State* state) const itr!=_glyphTextureList.end(); ++itr) { - osg::notify(osg::NOTICE)<<" Texture::releaseGLObjects("<releaseGLObjects(state); (*itr)->releaseGLObjects(state); } @@ -642,7 +640,7 @@ void Font::GlyphTexture::apply(osg::State& state) const } else { - osg::notify(osg::NOTICE) << "no need to subload "<