diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-12-23 15:16:50 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-12-23 15:16:50 +0200 |
commit | 4fc012fbfae8975c2240c70c2c3311263ceee5ac (patch) | |
tree | 089ecd3139ee9edb30f00fe150d6a38006f40487 /indra/llprimitive/llmodel.h | |
parent | e48af9ba0f40aa8096fddd28e4973d6853bc767e (diff) |
Reverted changeset 409b67af8faf (MAINT-6901)
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r-- | indra/llprimitive/llmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index 755fac9c87..097558ef67 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -176,7 +176,6 @@ public: void addFace(const LLVolumeFace& face); void sortVolumeFacesByMaterialName(); - static void normalizeModels(std::vector<LLPointer<LLModel > > model_list); void normalizeVolumeFaces(); void trimVolumeFacesToSize(U32 new_count = LL_SCULPT_MESH_MAX_FACES, LLVolume::face_list_t* remainder = NULL); void optimizeVolumeFaces(); |