summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneleditwearable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpaneleditwearable.cpp')
-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()