diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-04-30 17:26:48 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2024-04-30 17:26:48 -0500 |
commit | 5e2bac01cb6e8d3de3cc0e496d94a729e4740247 (patch) | |
tree | f7e89dbe873397078ba5a2232f1ef24a0f17f909 /indra/newview/gltf/animation.h | |
parent | 66ccc1ed836948aa5d26b1ce0fcc1ae799e792a7 (diff) |
#1357 GLTF Export Prototype
Diffstat (limited to 'indra/newview/gltf/animation.h')
-rw-r--r-- | indra/newview/gltf/animation.h | 2 |
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) { |