diff options
author | prep <prep@lindenlab.com> | 2013-03-04 13:14:35 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-03-04 13:14:35 -0500 |
commit | 2e942026865e921ad5bc89cc5d8311abf0924163 (patch) | |
tree | cc69e27c80854911fe5c3a1b55ebcde383e6a4e6 /indra/newview | |
parent | ec1bc19d01715299209d9f00230e4681917bde12 (diff) |
Removed deprecated calls to incrementCofVersion
Diffstat (limited to 'indra/newview')
-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() |