Remove redundant handling of Geode in DisplayRequirementsVisitor

This commit is contained in:
scrawl
2017-02-03 17:42:21 +01:00
parent a858b2a2cd
commit 853418db94
2 changed files with 0 additions and 14 deletions

View File

@@ -48,8 +48,6 @@ class OSGUTIL_EXPORT DisplayRequirementsVisitor : public osg::NodeVisitor
virtual void apply(osg::Node& node);
virtual void apply(osg::Geode& geode);
protected:
osg::ref_ptr<osg::DisplaySettings> _ds;