From b3160c882ecf75835bf8dc7cb1cc2316e237d2d8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 6 Nov 2001 11:36:11 +0000 Subject: [PATCH] Fixed inlcude/BoundingBox to compile under Windows. --- include/osg/BoundingBox | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/osg/BoundingBox b/include/osg/BoundingBox index b8bcfd637..86fedaabb 100644 --- a/include/osg/BoundingBox +++ b/include/osg/BoundingBox @@ -90,12 +90,6 @@ class SG_EXPORT BoundingBox inline float& zMax() { return _max.z(); } inline const float zMax() const { return _max.z(); } - inline Vec3& min() { return _min; } - inline const Vec3& min() const { return _min; } - - inline Vec3& max() { return _max; } - inline const Vec3& max() const { return _max; } - /** Calculate and return the center of the bounding box.*/ inline const Vec3 center() const {