diff options
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/llbbox.cpp | 1 | ||||
-rw-r--r-- | indra/llmath/llbbox.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/indra/llmath/llbbox.cpp b/indra/llmath/llbbox.cpp index 72c906b5ca..d2208f604e 100644 --- a/indra/llmath/llbbox.cpp +++ b/indra/llmath/llbbox.cpp @@ -103,7 +103,6 @@ LLBBox LLBBox::getAxisAligned() const return aligned; } - void LLBBox::expand( F32 delta ) { mMinLocal.mV[VX] -= delta; diff --git a/indra/llmath/llbbox.h b/indra/llmath/llbbox.h index a0d434b051..28e69b75e1 100644 --- a/indra/llmath/llbbox.h +++ b/indra/llmath/llbbox.h @@ -83,8 +83,7 @@ public: LLVector3 agentToLocalBasis(const LLVector3& v) const; // Get the smallest possible axis aligned bbox that contains this bbox - LLBBox getAxisAligned() const; - + LLBBox getAxisAligned() const; // friend LLBBox operator*(const LLBBox& a, const LLMatrix4& b); |