summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2007-07-12 22:33:48 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2007-07-12 22:33:48 +0000
commit3f41fdbfcfa30727987676e33fc2af0c3cee6973 (patch)
tree666936c21925974c0119191c2a15ef78215a3564 /indra
parent42f7199fdb37ee192fd567f41fb7e1130dc7978d (diff)
Fix build borkage on OS X.
Diffstat (limited to 'indra')
-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]);