From Ralf Habacker, removed redundent SwitchLayer::clear()
This commit is contained in:
parent
d71a6f6cab
commit
c7b66322be
@ -491,8 +491,6 @@ class OSGTERRAIN_EXPORT SwitchLayer : public CompositeLayer
|
||||
SwitchLayer(const SwitchLayer& switchLayer,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY);
|
||||
|
||||
META_Object(osgTerrain, SwitchLayer);
|
||||
|
||||
void clear();
|
||||
|
||||
void setActiveLayer(int i) { _activeLayer = i; }
|
||||
int getActiveLayer() const { return _activeLayer; }
|
||||
|
Loading…
Reference in New Issue
Block a user