summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/animation.h
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-04-30 17:26:48 -0500
committerRunitaiLinden <davep@lindenlab.com>2024-04-30 17:26:48 -0500
commit5e2bac01cb6e8d3de3cc0e496d94a729e4740247 (patch)
treef7e89dbe873397078ba5a2232f1ef24a0f17f909 /indra/newview/gltf/animation.h
parent66ccc1ed836948aa5d26b1ce0fcc1ae799e792a7 (diff)
#1357 GLTF Export Prototype
Diffstat (limited to 'indra/newview/gltf/animation.h')
-rw-r--r--indra/newview/gltf/animation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/gltf/animation.h b/indra/newview/gltf/animation.h
index 869eae963a..cc2045ebb2 100644
--- a/indra/newview/gltf/animation.h
+++ b/indra/newview/gltf/animation.h
@@ -81,8 +81,6 @@ namespace LL
S32 mSampler = INVALID_INDEX;
Target mTarget;
- std::string mTargetPath;
- std::string mName;
const Channel& operator=(const tinygltf::AnimationChannel& src)
{