]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/bvh/BVHStaticLeaf.cxx
accomodate changes to osgDB::DatabasePager interface
[simgear.git] / simgear / scene / bvh / BVHStaticLeaf.cxx
index 6713753073633b84bc401bd85aedb6dd69a046a9..29c2e04ffafe38d4489df2edcc0ba4fd1922ff04 100644 (file)
@@ -24,10 +24,4 @@ BVHStaticLeaf::~BVHStaticLeaf()
 {
 }
 
-void
-BVHStaticLeaf::accept(BVHVisitor& visitor, const BVHStaticData& data) const
-{
-  visitor.apply(*this, data);
-}
-
 }