From 0f507e317d3b8ad23878fc6bfb580899645424e3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Mar 2007 15:41:59 +0000 Subject: [PATCH] Removed the using to avoid VS 7.1 build problem --- include/osg/ClusterCullingCallback | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/osg/ClusterCullingCallback b/include/osg/ClusterCullingCallback index 3f8bc4f02..9aa8a9590 100644 --- a/include/osg/ClusterCullingCallback +++ b/include/osg/ClusterCullingCallback @@ -54,10 +54,6 @@ class OSG_EXPORT ClusterCullingCallback : public Drawable::CullCallback, public void setDeviation(float deviation) { _deviation = deviation; } float getDeviation() const { return _deviation; } - /* Not all virtual overloads of drawImplementation are overridden in this class, so - bring the base class implementation in to avoid hiding the non-used ones. */ - using Drawable::CullCallback::cull; - virtual bool cull(osg::NodeVisitor*, osg::Drawable*, osg::State*) const; /** Callback method called by the NodeVisitor when visiting a node.*/