From 6bbd5299b63438d210a7a88984b26cdf4415dc69 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 24 Jun 2016 12:12:50 +0100 Subject: [PATCH] Removed unused member variable --- include/osgGA/UFOManipulator | 1 - 1 file changed, 1 deletion(-) 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;