summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2013-03-04 12:02:28 -0800
committerDon Kjer <don@lindenlab.com>2013-03-04 12:02:28 -0800
commitb5d7800347151c4225d515b92d627846a9fda306 (patch)
tree32ce74818b722760cbd21ca1997cbadc2bd8a3aa /indra
parent2efe411a4fd8d76e9a153ed4aad9235819738328 (diff)
parent2e942026865e921ad5bc89cc5d8311abf0924163 (diff)
Automated merge
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llpaneleditwearable.cpp10
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()