diff options
author | Dave Parks <davep@lindenlab.com> | 2011-06-02 23:46:26 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-06-02 23:46:26 -0500 |
commit | b77e027fcc09937f1d87f02025866a42afa51e39 (patch) | |
tree | 52e07b7afabde4f0f9eb0b8a510a661d6dcb3c35 /indra/llmath/llvolume.cpp | |
parent | 837dd6e943c3ef64de8a32a3963fb75c6aa06e7d (diff) |
Remove some unused variables.
Diffstat (limited to 'indra/llmath/llvolume.cpp')
-rw-r--r-- | indra/llmath/llvolume.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index fa94a7934e..3c1de3a422 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -748,13 +748,8 @@ S32 LLProfile::getNumPoints(const LLProfileParams& params, BOOL path_open,F32 de } // Generate the face data - S32 i; - F32 begin = params.getBegin(); - F32 end = params.getEnd(); F32 hollow = params.getHollow(); - S32 face_num = 0; - S32 np = 0; switch (params.getCurveType() & LL_PCODE_PROFILE_MASK) |