From de7b7c0869813ed2d24dd737f813507fb7e08402 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 19 Sep 2004 19:03:38 +0000 Subject: [PATCH] Removed unused variable. --- src/osgProducer/Viewer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osgProducer/Viewer.cpp b/src/osgProducer/Viewer.cpp index 85afddc0a..981b778e7 100644 --- a/src/osgProducer/Viewer.cpp +++ b/src/osgProducer/Viewer.cpp @@ -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