summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerjointmesh_sse2.cpp
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2007-07-11 22:30:16 +0000
committerBrad Kittenbrink <brad@lindenlab.com>2007-07-11 22:30:16 +0000
commitb55c8fe2da97e14d17f9c4130930343cc517a804 (patch)
treee6e02eb52a8588aca592c9686615cd84edd49b40 /indra/newview/llviewerjointmesh_sse2.cpp
parent6502ae1ad8ecd260a5e33652aece764400a83e29 (diff)
Fixed a build error under XCode due to unused file static variable.
Diffstat (limited to 'indra/newview/llviewerjointmesh_sse2.cpp')
-rw-r--r--indra/newview/llviewerjointmesh_sse2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewerjointmesh_sse2.cpp b/indra/newview/llviewerjointmesh_sse2.cpp
index 41f86d363f..84e50736ab 100644
--- a/indra/newview/llviewerjointmesh_sse2.cpp
+++ b/indra/newview/llviewerjointmesh_sse2.cpp
@@ -38,8 +38,6 @@
#if LL_VECTORIZE
-static LLV4Matrix4 sJointMat[32];
-
inline void matrix_translate(LLV4Matrix4& m, const LLMatrix4* w, const LLVector3& j)
{
m.mV[VX] = _mm_loadu_ps(w->mMatrix[VX]);