summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llgltfmaterial.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-10-31 15:58:20 -0500
committerDave Parks <davep@lindenlab.com>2022-10-31 15:58:20 -0500
commit75e743be2f60916e6bf78da24814551bd6415116 (patch)
tree8a960d0190e2c9d91944fb3d60e02a026325586a /indra/llprimitive/llgltfmaterial.h
parent94afae5b1552439f69126ecf7cd6716fa692fed6 (diff)
SL-18442 Port of Caladbolg's fix for emissive overrides not taking. Remove unused function.
Diffstat (limited to 'indra/llprimitive/llgltfmaterial.h')
-rw-r--r--indra/llprimitive/llgltfmaterial.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llprimitive/llgltfmaterial.h b/indra/llprimitive/llgltfmaterial.h
index b0afb11bb5..d94ce6e281 100644
--- a/indra/llprimitive/llgltfmaterial.h
+++ b/indra/llprimitive/llgltfmaterial.h
@@ -185,9 +185,6 @@ public:
// write to given tinygltf::Model
void writeToModel(tinygltf::Model& model, S32 mat_index) const;
- // calculate the fields in this material that differ from a base material and write them out to a given tinygltf::Model
- void writeOverridesToModel(tinygltf::Model& model, S32 mat_index, LLGLTFMaterial const* base_material) const;
-
void applyOverride(const LLGLTFMaterial& override_mat);
private: