diff options
author | Merov Linden <merov@lindenlab.com> | 2010-10-28 16:02:47 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-10-28 16:02:47 -0700 |
commit | 49b39c7edf5c9381e5adb04823a000f378a7f063 (patch) | |
tree | fc967e26901a97e94310c1072bd10c2382ec6d84 /indra/newview/llpaneloutfitsinventory.cpp | |
parent | e68aa811cea4a68f2ee09546a26ee4b655224778 (diff) | |
parent | 6be708677eee1cad00e618bce7d7e7ba27c7a547 (diff) |
STORM-459 : merge with viewer-development
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.cpp')
-rw-r--r-- | indra/newview/llpaneloutfitsinventory.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.cpp b/indra/newview/llpaneloutfitsinventory.cpp index 4f2cfa2bbc..a90f864ae2 100644 --- a/indra/newview/llpaneloutfitsinventory.cpp +++ b/indra/newview/llpaneloutfitsinventory.cpp @@ -258,17 +258,7 @@ void LLPanelOutfitsInventory::updateListCommands() void LLPanelOutfitsInventory::onTrashButtonClick() { - LLNotificationsUtil::add("DeleteOutfits", LLSD(), LLSD(), boost::bind(&LLPanelOutfitsInventory::onOutfitsRemovalConfirmation, this, _1, _2)); -} - -void LLPanelOutfitsInventory::onOutfitsRemovalConfirmation(const LLSD& notification, const LLSD& response) -{ - S32 option = LLNotificationsUtil::getSelectedOption(notification, response); - if (option != 0) return; // canceled - mMyOutfitsPanel->removeSelected(); - updateListCommands(); - updateVerbs(); } bool LLPanelOutfitsInventory::isActionEnabled(const LLSD& userdata) |