diff options
author | Don Kjer <don@lindenlab.com> | 2013-03-04 12:02:28 -0800 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2013-03-04 12:02:28 -0800 |
commit | b5d7800347151c4225d515b92d627846a9fda306 (patch) | |
tree | 32ce74818b722760cbd21ca1997cbadc2bd8a3aa /indra | |
parent | 2efe411a4fd8d76e9a153ed4aad9235819738328 (diff) | |
parent | 2e942026865e921ad5bc89cc5d8311abf0924163 (diff) |
Automated merge
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llpaneleditwearable.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index a49bbcd924..e71dba5cae 100755 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -1105,15 +1105,7 @@ void LLPanelEditWearable::saveChanges(bool force_save_as) gAgentWearables.saveWearable(mWearablePtr->getType(), index, TRUE, new_name); } - if (gAgent.getRegion() && gAgent.getRegion()->getCentralBakeVersion() > 0) - { - LLAppearanceMgr::getInstance()->incrementCofVersion(); - } - else - { - // *HACK This should be removed when all regions support the IncrementCOFVersion capability. - incrementCofVersionLegacy(); - } + } void LLPanelEditWearable::revertChanges() |