From 136db7b63a6c4ccf0a0df2c8f2fded37fbd3731b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 8 Mar 2004 11:53:12 +0000 Subject: [PATCH] Clean up of headers. --- include/osg/CullStack | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osg/CullStack b/include/osg/CullStack index 615dccf0d..e73df3320 100644 --- a/include/osg/CullStack +++ b/include/osg/CullStack @@ -17,7 +17,6 @@ #include #include #include -#include namespace osg { @@ -297,7 +296,6 @@ inline RefMatrix* CullStack::createOrReuseMatrix(const osg::Matrix& value) while (_currentReuseMatrixIndex<_reuseMatrixList.size() && _reuseMatrixList[_currentReuseMatrixIndex]->referenceCount()>1) { - //notify(osg::NOTICE)<<"Warning:createOrReuseMatrix() skipping multiply refrenced entry."<< std::endl; ++_currentReuseMatrixIndex; }