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

@@ -63,11 +63,6 @@ public:
}
return false;
}
virtual void accept(osgGA::GUIEventHandlerVisitor& v)
{
v.visit(*this);
}
float getPointSize() const