Removed unused member variable

This commit is contained in:
Robert Osfield 2016-06-24 12:12:50 +01:00
parent b9c3377d88
commit 6bbd5299b6

View File

@ -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<osg::Node> _node;
float _viewAngle;
osg::Matrixd _matrix;
osg::Matrixd _inverseMatrix;
osg::Matrixd _offset;