diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-11 16:25:24 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-11 16:25:24 +0300 |
commit | 8df0583db09426904523f8dc70d638f9b8f2d809 (patch) | |
tree | 5ad7efe9d69d186c3094973c32baaac58968a862 /indra/newview/llskinningutil.h | |
parent | 47cbcb61f8b7cbfb0f14043118c4e50b100d0068 (diff) |
DRTVWR-493 Cleanup LLSkinningUtil
Diffstat (limited to 'indra/newview/llskinningutil.h')
-rw-r--r-- | indra/newview/llskinningutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llskinningutil.h b/indra/newview/llskinningutil.h index ccc501adc0..2c77e030aa 100644 --- a/indra/newview/llskinningutil.h +++ b/indra/newview/llskinningutil.h @@ -34,7 +34,6 @@ class LLVolumeFace; namespace LLSkinningUtil { - void initClass(); U32 getMaxJointCount(); U32 getMeshJointCount(const LLMeshSkinInfo *skin); void scrubInvalidJoints(LLVOAvatar *avatar, LLMeshSkinInfo* skin); |