summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-12-23 15:16:50 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-12-23 15:16:50 +0200
commit4fc012fbfae8975c2240c70c2c3311263ceee5ac (patch)
tree089ecd3139ee9edb30f00fe150d6a38006f40487 /indra/llprimitive/llmodel.h
parente48af9ba0f40aa8096fddd28e4973d6853bc767e (diff)
Reverted changeset 409b67af8faf (MAINT-6901)
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r--indra/llprimitive/llmodel.h1
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();