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/newview/llviewerwearable.cpp | |
| parent | 82f147367fb5e4ee4bbe53db01856ea375058825 (diff) | |
SH-3455 WIP - removing bake upload code
Diffstat (limited to 'indra/newview/llviewerwearable.cpp')
| -rwxr-xr-x | indra/newview/llviewerwearable.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llviewerwearable.cpp b/indra/newview/llviewerwearable.cpp index 770fc69969..d56a7b5dc5 100755 --- a/indra/newview/llviewerwearable.cpp +++ b/indra/newview/llviewerwearable.cpp @@ -363,11 +363,6 @@ void LLViewerWearable::writeToAvatar(LLAvatarAppearance *avatarp) { viewer_avatar->updateSexDependentLayerSets(); } - -// if( upload_bake ) -// { -// gAgent.sendAgentSetAppearance(); -// } } @@ -403,11 +398,6 @@ void LLViewerWearable::removeFromAvatar( LLWearableType::EType type) gAgentAvatarp->updateVisualParams(); gAgentAvatarp->wearableUpdated(type, FALSE); - -// if( upload_bake ) -// { -// gAgent.sendAgentSetAppearance(); -// } } // Does not copy mAssetID. |
