From b358a73d99d8f783bfebc7f4fcf65ba1d810e51a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 13 Apr 2007 19:28:11 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgManipulator/Dragger.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osgWrappers/osgManipulator/Dragger.cpp b/src/osgWrappers/osgManipulator/Dragger.cpp index bca496463..cf23d31dc 100644 --- a/src/osgWrappers/osgManipulator/Dragger.cpp +++ b/src/osgWrappers/osgManipulator/Dragger.cpp @@ -265,7 +265,6 @@ BEGIN_VALUE_REFLECTOR(osgManipulator::PointerInfo) I_PublicMemberProperty(float, _pixel_y); I_PublicMemberProperty(osg::Camera *, _camera); I_PublicMemberProperty(osgManipulator::PointerInfo::IntersectionList, _hitList); - I_PublicMemberProperty(osgManipulator::PointerInfo::IntersectionList::iterator, _hitIter); I_PublicMemberProperty(osg::Matrix, _MVPW); I_PublicMemberProperty(osg::Matrix, _inverseMVPW); END_REFLECTOR