diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:24:22 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:24:22 +0100 |
commit | c13c38e25ea9e754d0bb83bf849eadda94778cc6 (patch) | |
tree | 3670649e9ef1dedda7c14094a93cb22e9ef2cd18 /indra/newview/llface.cpp | |
parent | 6ca40c7afbd794b161904b63b88a95273ae80c9c (diff) |
unused vars whine.
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r-- | indra/newview/llface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 9b5a1eb07c..dea160ae64 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1328,8 +1328,8 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, for (S32 i = 0; i < num_vertices; i++) { LLVector2 tc(vf.mTexCoords[i]); - LLVector4a& norm = vf.mNormals[i]; - LLVector4a& center = *(vf.mCenter); + //LLVector4a& norm = vf.mNormals[i]; + //LLVector4a& center = *(vf.mCenter); LLVector3 tmp(tc.mV[0], tc.mV[1], 0.f); tmp = tmp * *mTextureMatrix; |