StateVisitor: remove redundant code for Geode handling

This commit is contained in:
scrawl
2017-01-20 22:49:17 +01:00
parent f229b19496
commit 833f37ea57
2 changed files with 0 additions and 34 deletions

View File

@@ -460,8 +460,6 @@ class OSGUTIL_EXPORT Optimizer
virtual void apply(osg::Node& node);
virtual void apply(osg::Geode& geode);
void optimize();
protected: