diff options
author | maximius <none@none> | 2009-10-17 16:20:24 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-17 16:20:24 -0700 |
commit | 3f338cc1c328c7280957583b50598292cd8fb64b (patch) | |
tree | ca209c2cd024e3902b7844b3224bceff7c5bb570 /dep/include/g3dlite/G3D/AABox.h | |
parent | e585187b248f48b3c6e9247b49fa07c6565d65e5 (diff) |
*Massive cleanup redux.
--HG--
branch : trunk
Diffstat (limited to 'dep/include/g3dlite/G3D/AABox.h')
-rw-r--r-- | dep/include/g3dlite/G3D/AABox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/include/g3dlite/G3D/AABox.h b/dep/include/g3dlite/G3D/AABox.h index 699a3d94674..b1b1477fe9f 100644 --- a/dep/include/g3dlite/G3D/AABox.h +++ b/dep/include/g3dlite/G3D/AABox.h @@ -65,7 +65,6 @@ public: hi = high; } - inline const Vector3& low() const { return lo; } @@ -251,6 +250,5 @@ inline unsigned int hashCode(const G3D::AABox& b) { return b.hashCode(); } - #endif |