From 3f41fdbfcfa30727987676e33fc2af0c3cee6973 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Thu, 12 Jul 2007 22:33:48 +0000 Subject: Fix build borkage on OS X. --- indra/newview/llviewerjointmesh_sse2.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra') 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]); -- cgit v1.2.3