diff options
| author | Bryan O'Sullivan <bos@lindenlab.com> | 2007-07-12 22:33:48 +0000 | 
|---|---|---|
| committer | Bryan O'Sullivan <bos@lindenlab.com> | 2007-07-12 22:33:48 +0000 | 
| commit | 3f41fdbfcfa30727987676e33fc2af0c3cee6973 (patch) | |
| tree | 666936c21925974c0119191c2a15ef78215a3564 | |
| parent | 42f7199fdb37ee192fd567f41fb7e1130dc7978d (diff) | |
Fix build borkage on OS X.
| -rw-r--r-- | indra/newview/llviewerjointmesh_sse2.cpp | 2 | 
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]); | 
