diff options
Diffstat (limited to 'linden/indra/llmath/llvolume.h')
-rw-r--r-- | linden/indra/llmath/llvolume.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/linden/indra/llmath/llvolume.h b/linden/indra/llmath/llvolume.h index 8ac0e71..48c48e4 100644 --- a/linden/indra/llmath/llvolume.h +++ b/linden/indra/llmath/llvolume.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2002-2008, Linden Research, Inc. | 7 | * Copyright (c) 2002-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -671,9 +671,7 @@ public: | |||
671 | mConcave(FALSE), | 671 | mConcave(FALSE), |
672 | mDirty(TRUE), | 672 | mDirty(TRUE), |
673 | mTotalOut(0), | 673 | mTotalOut(0), |
674 | mTotal(2), | 674 | mTotal(2) |
675 | mMinX(0.f), | ||
676 | mMaxX(0.f) | ||
677 | { | 675 | { |
678 | } | 676 | } |
679 | 677 | ||
@@ -721,9 +719,6 @@ protected: | |||
721 | 719 | ||
722 | S32 mTotalOut; | 720 | S32 mTotalOut; |
723 | S32 mTotal; | 721 | S32 mTotal; |
724 | |||
725 | F32 mMaxX; | ||
726 | F32 mMinX; | ||
727 | }; | 722 | }; |
728 | 723 | ||
729 | //------------------------------------------------------------------- | 724 | //------------------------------------------------------------------- |