Removed deprecated GUIEventHandler method

This commit is contained in:
Robert Osfield
2006-10-05 14:32:39 +00:00
parent 51aade98cc
commit d40e12a27b
16 changed files with 1 additions and 57 deletions

View File

@@ -191,9 +191,6 @@ public:
return false;
}
// accept visits
virtual void accept(osgGA::GUIEventHandlerVisitor&) {}
private:
osg::ref_ptr<osg::Sequence> _seq;
};