diff options
author | Dave Parks <davep@lindenlab.com> | 2011-11-09 12:18:17 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-11-09 12:18:17 -0600 |
commit | ec2dfa968177b0a9a016238cc2a2522f08efcfed (patch) | |
tree | c7903a789dd42a4711541922864177647bc16bf8 | |
parent | db7924681d629f48f939e7d4cc55d588aa93c344 (diff) |
SH-24114 Remove unused variables
-rw-r--r-- | indra/newview/llviewerjointmesh.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp index b18323bed0..76f4e18c27 100644 --- a/indra/newview/llviewerjointmesh.cpp +++ b/indra/newview/llviewerjointmesh.cpp @@ -820,19 +820,6 @@ void LLViewerJointMesh::updateGeometry(LLFace *mFace, LLPolyMesh *mMesh) buffer->flush(); } -const U32 UPDATE_GEOMETRY_CALL_MASK = 0x1FFF; // 8K samples before overflow -const U32 UPDATE_GEOMETRY_CALL_OVERFLOW = ~UPDATE_GEOMETRY_CALL_MASK; -static bool sUpdateGeometryCallPointer = false; -static F64 sUpdateGeometryGlobalTime = 0.0 ; -static F64 sUpdateGeometryElapsedTime = 0.0 ; -static F64 sUpdateGeometryElapsedTimeOff = 0.0 ; -static F64 sUpdateGeometryElapsedTimeOn = 0.0 ; -static F64 sUpdateGeometryRunAvgOff[10]; -static F64 sUpdateGeometryRunAvgOn[10]; -static U32 sUpdateGeometryRunCount = 0 ; -static U32 sUpdateGeometryCalls = 0 ; -static U32 sUpdateGeometryLastProcessor = 0 ; - void LLViewerJointMesh::updateJointGeometry() { if (!(mValid |