Removed unused variable.

This commit is contained in:
Robert Osfield
2004-09-19 19:03:38 +00:00
parent ec74beede7
commit de7b7c0869

View File

@@ -821,7 +821,6 @@ bool Viewer::computeIntersections(float x,float y,unsigned int cameraNum,osgUtil
bool Viewer::computeIntersections(float x,float y,osg::Node *node,osgUtil::IntersectVisitor::HitList& hits,osg::Node::NodeMask traversalMask)
{
bool hitFound = false;
osgUtil::IntersectVisitor::HitList hlist;
for(unsigned int i=0;i<getNumberOfCameras();++i)
{
if (computeIntersections(x,y,i,node,hits,traversalMask)) hitFound = true;