summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep@lindenlab.com <prep@lindenlab.com>2013-01-29 14:53:00 -0600
committerprep@lindenlab.com <prep@lindenlab.com>2013-01-29 14:53:00 -0600
commit97acaac84dd09959642595c1676b2ad72d3e0202 (patch)
treeea5d07d0622bca0d7b3f394195d11a8c10b5c9bd /indra
parentc0e04408f378e5725a637d43c1457af8684a9e80 (diff)
SH3530: Removed extra ServerAppearanceUpdate()
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llsaveoutfitcombobtn.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/indra/newview/llsaveoutfitcombobtn.cpp b/indra/newview/llsaveoutfitcombobtn.cpp
index 59137f4ef7..32295cd96f 100644
--- a/indra/newview/llsaveoutfitcombobtn.cpp
+++ b/indra/newview/llsaveoutfitcombobtn.cpp
@@ -31,8 +31,6 @@
#include "llsidepanelappearance.h"
#include "llsaveoutfitcombobtn.h"
#include "llviewermenu.h"
-#include "llagent.h"
-#include "llviewerregion.h"
static const std::string SAVE_BTN("save_btn");
static const std::string SAVE_FLYOUT_BTN("save_flyout_btn");
@@ -78,12 +76,8 @@ void LLSaveOutfitComboBtn::saveOutfit(bool as_new)
if (panel_outfits_inventory)
{
panel_outfits_inventory->onSave();
- }
-
- if ( gAgent.getRegion() && gAgent.getRegion()->getCentralBakeVersion())
- {
- LLAppearanceMgr::instance().requestServerAppearanceUpdate();
- }
+ }
+
//*TODO how to get to know when base outfit is updated or new outfit is created?
}