summaryrefslogtreecommitdiff
path: root/indra/newview/llpolymesh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpolymesh.cpp')
-rw-r--r--indra/newview/llpolymesh.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/indra/newview/llpolymesh.cpp b/indra/newview/llpolymesh.cpp
index 492e590173..dc67ff48ea 100644
--- a/indra/newview/llpolymesh.cpp
+++ b/indra/newview/llpolymesh.cpp
@@ -862,14 +862,6 @@ void LLPolyMesh::dumpDiagInfo()
llinfos << buf << llendl;
llinfos << "-----------------------------------------------------" << llendl;
}
-
-//-----------------------------------------------------------------------------
-// getCoords()
-//-----------------------------------------------------------------------------
-const LLVector3 *LLPolyMesh::getCoords() const
-{
- return mCoords;
-}
//-----------------------------------------------------------------------------
// getWritableCoords()
@@ -985,14 +977,6 @@ void LLPolyMesh::deleteAllMorphData()
}
//-----------------------------------------------------------------------------
-// getWeights()
-//-----------------------------------------------------------------------------
-const F32* LLPolyMesh::getWeights() const
-{
- return mSharedData->mWeights;
-}
-
-//-----------------------------------------------------------------------------
// getWritableWeights()
//-----------------------------------------------------------------------------
F32* LLPolyMesh::getWritableWeights() const