summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/llgltfloader.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2025-05-04 21:06:10 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2025-05-04 21:06:10 -0400
commite87c62940656aa740ddfa20bb2eed7a13cdb59c7 (patch)
treeae5b22e84ddc2e8b53f38a75494a8409bb5d0763 /indra/newview/gltf/llgltfloader.h
parent3a4a2a525fe667250d014ad5d09a84a5c35aedf9 (diff)
Transforms transmigrofied
Diffstat (limited to 'indra/newview/gltf/llgltfloader.h')
-rw-r--r--indra/newview/gltf/llgltfloader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/gltf/llgltfloader.h b/indra/newview/gltf/llgltfloader.h
index 32275d168d..cfb545be6f 100644
--- a/indra/newview/gltf/llgltfloader.h
+++ b/indra/newview/gltf/llgltfloader.h
@@ -168,8 +168,6 @@ private:
bool populateModelFromMesh(LLModel* pModel, const LL::GLTF::Mesh &mesh, material_map& mats);
LLUUID imageBufferToTextureUUID(const gltf_texture& tex);
- void processPrimitive(const LL::GLTF::Primitive& primitive, const LL::GLTF::Node& node);
-
// bool mPreprocessGLTF;
/* Below inherited from dae loader - unknown if/how useful here