Clean up of headers.
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
#include <osg/CullingSet>
|
#include <osg/CullingSet>
|
||||||
#include <osg/Viewport>
|
#include <osg/Viewport>
|
||||||
#include <osg/fast_back_stack>
|
#include <osg/fast_back_stack>
|
||||||
#include <osg/Notify>
|
|
||||||
|
|
||||||
namespace osg {
|
namespace osg {
|
||||||
|
|
||||||
@@ -297,7 +296,6 @@ inline RefMatrix* CullStack::createOrReuseMatrix(const osg::Matrix& value)
|
|||||||
while (_currentReuseMatrixIndex<_reuseMatrixList.size() &&
|
while (_currentReuseMatrixIndex<_reuseMatrixList.size() &&
|
||||||
_reuseMatrixList[_currentReuseMatrixIndex]->referenceCount()>1)
|
_reuseMatrixList[_currentReuseMatrixIndex]->referenceCount()>1)
|
||||||
{
|
{
|
||||||
//notify(osg::NOTICE)<<"Warning:createOrReuseMatrix() skipping multiply refrenced entry."<< std::endl;
|
|
||||||
++_currentReuseMatrixIndex;
|
++_currentReuseMatrixIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user