diff options
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) { |