diff options
| author | Erik Kundiman <erik@megapahit.org> | 2023-11-07 06:50:28 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2023-11-07 06:50:28 +0800 |
| commit | 3d1d8bf5f12ce91c5d9b764bd2b5aacfe44549ee (patch) | |
| tree | e025b95df00631c9d97c5406d6d744d0009899a9 /indra/newview/lllocalgltfmaterials.cpp | |
| parent | cd8470549bb2550acedca9bb78cb9b4580059170 (diff) | |
| parent | afa45530f745af8c9d595948ac957b12664cca2c (diff) | |
Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559
Diffstat (limited to 'indra/newview/lllocalgltfmaterials.cpp')
| -rw-r--r-- | indra/newview/lllocalgltfmaterials.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/lllocalgltfmaterials.cpp b/indra/newview/lllocalgltfmaterials.cpp index b7fdead3f9..61e0163798 100644 --- a/indra/newview/lllocalgltfmaterials.cpp +++ b/indra/newview/lllocalgltfmaterials.cpp @@ -119,15 +119,6 @@ S32 LLLocalGLTFMaterial::getIndexInFile() const return mMaterialIndex; } -void LLLocalGLTFMaterial::addTextureEntry(LLTextureEntry* te) -{ - mTextureEntires.insert(te); -} -void LLLocalGLTFMaterial::removeTextureEntry(LLTextureEntry* te) -{ - mTextureEntires.erase(te); -} - /* update functions */ bool LLLocalGLTFMaterial::updateSelf() { |
