TextureVisitor: remove redundant code for Geode handling

This commit is contained in:
scrawl
2017-01-20 21:08:02 +01:00
parent 4457df9a8a
commit dc2689f779
2 changed files with 0 additions and 28 deletions

View File

@@ -626,7 +626,6 @@ class OSGUTIL_EXPORT Optimizer
_changeClientImageStorage(changeClientImageStorage), _valueClientImageStorage(valueClientImageStorage),
_changeAnisotropy(changeAnisotropy), _valueAnisotropy(valueAnisotropy) {}
virtual void apply(osg::Geode& node);
virtual void apply(osg::Node& node);
void apply(osg::StateSet& stateset);