From 9454bafc8caa947a84060b00b6e32c0dca327c29 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 8 Jan 2007 22:40:56 +0000 Subject: [PATCH] Removed debug messages --- src/osgText/Font.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 "<