diff options
author | callum_linden <none@none> | 2014-10-20 14:00:39 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-20 14:00:39 -0700 |
commit | 577a3973ea1bc268b14ba3101474fb0b9a9bade1 (patch) | |
tree | 4bbe95bf73cf7fac29683fc0f00eec2b15f701d0 /indra/newview/llvopartgroup.cpp | |
parent | c853b470db48d9bdda0a336068c4bbbe2ab2761f (diff) |
Update to build on Xcode 6.0: Large (and final) collection of fixes for unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
Diffstat (limited to 'indra/newview/llvopartgroup.cpp')
-rwxr-xr-x | indra/newview/llvopartgroup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvopartgroup.cpp b/indra/newview/llvopartgroup.cpp index c1593fa5fc..a9a1393e54 100755 --- a/indra/newview/llvopartgroup.cpp +++ b/indra/newview/llvopartgroup.cpp @@ -44,8 +44,6 @@ #include "pipeline.h" #include "llspatialpartition.h" -const F32 MAX_PART_LIFETIME = 120.f; - extern U64MicrosecondsImplicit gFrameTime; LLPointer<LLVertexBuffer> LLVOPartGroup::sVB = NULL; |