summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-18 13:11:03 -0700
committercallum_linden <none@none>2014-10-18 13:11:03 -0700
commite75752c8c0ea655efc167d7b9061f88a778191d0 (patch)
tree94e424f4b952f3d6baf4ed8f272468488a87d4e0 /indra
parent87663ec60865ea59df3197d19ea68eb03376220a (diff)
Update to build on Xcode 6.0: remove more of unused variables
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llhudeffecttrail.cpp7
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;