diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-23 16:48:49 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-23 16:48:49 -0400 |
commit | 029642b2bc3a0bc0bec45af5df5d1e0b1b928b91 (patch) | |
tree | 065985fcb981af2691693231fd39c24cbb538958 /indra/llappearance/llwearabledata.cpp | |
parent | a91b7353b67d3076c87b41097335848364906f7b (diff) |
SH-3455 WIP - post-SSA cleanup, including removal of mUseServerBakes and related methods
Diffstat (limited to 'indra/llappearance/llwearabledata.cpp')
-rwxr-xr-x[-rw-r--r--] | indra/llappearance/llwearabledata.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/llappearance/llwearabledata.cpp b/indra/llappearance/llwearabledata.cpp index 68fdcca782..d70bbf286a 100644..100755 --- a/indra/llappearance/llwearabledata.cpp +++ b/indra/llappearance/llwearabledata.cpp @@ -119,13 +119,6 @@ U32 LLWearableData::pushWearable(const LLWearableType::EType type, void LLWearableData::wearableUpdated(LLWearable *wearable, BOOL removed) { wearable->setUpdated(); - // FIXME DRANO avoid updating params via wearables when rendering server-baked appearance. -#if 0 - if (mAvatarAppearance->isUsingServerBakes() && !mAvatarAppearance->isUsingLocalAppearance()) - { - return; - } -#endif if (!removed) { pullCrossWearableValues(wearable->getType()); |