diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-31 11:38:57 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-31 11:38:57 -0500 |
commit | 54a1c9510c7bf9e672d2600fa359db5c05752fb3 (patch) | |
tree | d4beb0b61979e90a86cc66308f88451139a636d2 /indra/newview | |
parent | 1518bc9f9add7812f0fa1f60d58c6b8f0ee462ca (diff) | |
parent | 12f5f0669c1195ca7d76f3112e1409b6a06bc496 (diff) |
merge
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llsaveoutfitcombobtn.cpp | 10 |
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? } |