diff --git a/src/osg/BufferObject.cpp b/src/osg/BufferObject.cpp index b025157fb..5d5f24d57 100644 --- a/src/osg/BufferObject.cpp +++ b/src/osg/BufferObject.cpp @@ -238,7 +238,7 @@ void GLBufferObject::compileBuffer() void GLBufferObject::deleteGLObject() { - OSG_INFO<<"GLBufferObject::deleteGLObject() "<<_glObjectID<glDeleteBuffers(1, &_glObjectID); diff --git a/src/osg/StateAttribute.cpp b/src/osg/StateAttribute.cpp index 387b7ff2a..3e4dfa1d6 100644 --- a/src/osg/StateAttribute.cpp +++ b/src/osg/StateAttribute.cpp @@ -44,7 +44,7 @@ void StateAttribute::removeParent(osg::StateSet* object) void StateAttribute::setUpdateCallback(StateAttributeCallback* uc) { - OSG_INFO<<"StateAttribute::Setting Update callbacks"<setNumChildrenRequiringUpdateTraversal((*itr)->getNumChildrenRequiringUpdateTraversal()+delta); } } @@ -71,7 +67,7 @@ void StateAttribute::setUpdateCallback(StateAttributeCallback* uc) void StateAttribute::setEventCallback(StateAttributeCallback* ec) { - OSG_INFO<<"StateAttribute::Setting Event callbacks"<