diff options
Diffstat (limited to 'indra/llmath/llbbox.cpp')
-rw-r--r-- | indra/llmath/llbbox.cpp | 1 |
1 files changed, 0 insertions, 1 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; |