diff options
author | callum_linden <none@none> | 2014-10-18 13:11:03 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-18 13:11:03 -0700 |
commit | e75752c8c0ea655efc167d7b9061f88a778191d0 (patch) | |
tree | 94e424f4b952f3d6baf4ed8f272468488a87d4e0 /indra | |
parent | 87663ec60865ea59df3197d19ea68eb03376220a (diff) |
Update to build on Xcode 6.0: remove more of unused variables
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llhudeffecttrail.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llhudeffecttrail.cpp b/indra/newview/llhudeffecttrail.cpp index 8771219034..fc6efdb840 100755 --- a/indra/newview/llhudeffecttrail.cpp +++ b/indra/newview/llhudeffecttrail.cpp @@ -42,13 +42,6 @@ #include "llvoavatar.h" #include "llworld.h" - -const F32 PARTICLE_SPACING = 0.01f; -const F32 MAX_SIZE = 0.025f; -const F32 START_POS_MAG = 1.f; -const F32 END_POS_MAG = 1.2f; - - LLHUDEffectSpiral::LLHUDEffectSpiral(const U8 type) : LLHUDEffect(type), mbInit(FALSE) { mKillTime = 10.f; |