From Tim Moore, removed redundent forward declartion of BoundingBox and BoundingSphere

This commit is contained in:
Robert Osfield 2008-11-07 13:18:40 +00:00
parent 4f5379389d
commit 3455431129

View File

@ -20,9 +20,6 @@
namespace osg {
class BoundingBox;
class BoundingSphere;
/** A class for representing components of convex clipping volumes. */
class OSG_EXPORT ConvexPlanarPolygon
{