diff options
author | Brad Linden <brad@lindenlab.com> | 2024-06-04 17:39:39 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-06-04 17:39:39 -0700 |
commit | 7889df945b0d6bb23f864ba8d1ede16f67a27c8e (patch) | |
tree | f7c94c4cb0a349cef5b2967466855936ee8af7ff /indra/llappearance/llavatarappearance.h | |
parent | 6161d2f479868508f41d1236ee819a667fbd7f9f (diff) | |
parent | 9f97ff7286aceef5be4e7589ca4af911edf30f12 (diff) |
Merge remote-tracking branch 'origin/release/materials_featurette' into project/gltf_development
Diffstat (limited to 'indra/llappearance/llavatarappearance.h')
-rw-r--r-- | indra/llappearance/llavatarappearance.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index c2188d8ac9..704552dfe4 100644 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -147,8 +147,6 @@ public: void compareJointStateMaps(joint_state_map_t& last_state, joint_state_map_t& curr_state); void computeBodySize(); - F32 computeBodyHeight(); - F32 computePelvisToFoot(); public: typedef std::vector<LLAvatarJoint*> avatar_joint_list_t; |