diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-19 13:59:20 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-19 13:59:20 -0400 |
commit | d58e7cfbfcec163345e87c0c5e5f74d01075246b (patch) | |
tree | 2b627c02aa822cd46be0a2e87a4b8f9aedda63c4 /indra/llappearance/llavatarappearance.cpp | |
parent | 82f147367fb5e4ee4bbe53db01856ea375058825 (diff) |
SH-3455 WIP - removing bake upload code
Diffstat (limited to 'indra/llappearance/llavatarappearance.cpp')
-rwxr-xr-x | indra/llappearance/llavatarappearance.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp index 05cd7e8c41..f10ae813fd 100755 --- a/indra/llappearance/llavatarappearance.cpp +++ b/indra/llappearance/llavatarappearance.cpp @@ -491,7 +491,6 @@ void LLAvatarAppearance::computeBodySize() if (new_body_size != mBodySize || old_offset != mAvatarOffset.mV[VZ]) { mBodySize = new_body_size; - bodySizeChanged(); } } |