RemoveEmptyNodesVisitor: remove redundant code for Geode handling

This commit is contained in:
scrawl
2017-01-20 20:57:03 +01:00
parent 255a86cbe2
commit 7611f95078
2 changed files with 0 additions and 18 deletions

View File

@@ -360,7 +360,6 @@ class OSGUTIL_EXPORT Optimizer
RemoveEmptyNodesVisitor(Optimizer* optimizer=0):
BaseOptimizerVisitor(optimizer, REMOVE_REDUNDANT_NODES) {}
virtual void apply(osg::Geode& geode);
virtual void apply(osg::Group& group);
void removeEmptyNodes();