diff --git a/include/osgGA/UFOManipulator b/include/osgGA/UFOManipulator index 985ad8d21..f12b149d1 100644 --- a/include/osgGA/UFOManipulator +++ b/include/osgGA/UFOManipulator @@ -135,7 +135,6 @@ class OSGGA_EXPORT UFOManipulator : public osgGA::CameraManipulator bool intersect(const osg::Vec3d& start, const osg::Vec3d& end, osg::Vec3d& intersection) const; osg::observer_ptr _node; - float _viewAngle; osg::Matrixd _matrix; osg::Matrixd _inverseMatrix; osg::Matrixd _offset;