summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateropenobject.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-09-30 00:26:44 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-09-30 00:26:44 +0300
commit9104b899961a9ceb61de73528e85f1a240f30cb5 (patch)
tree5ac855e69f7a82ef18556ffb8df823ab4adcccd7 /indra/newview/llfloateropenobject.h
parent6614a6ee9987ac2b199aaabe7d9cd520c613c13f (diff)
SL-18235 Remove outfit buttons from unpacking dialog
Diffstat (limited to 'indra/newview/llfloateropenobject.h')
-rw-r--r--indra/newview/llfloateropenobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloateropenobject.h b/indra/newview/llfloateropenobject.h
index 2e761f99bf..745753316b 100644
--- a/indra/newview/llfloateropenobject.h
+++ b/indra/newview/llfloateropenobject.h
@@ -63,8 +63,6 @@ protected:
void moveToInventory(bool wear, bool replace = false);
void onClickMoveToInventory();
- void onClickMoveAndWear();
- void onClickReplace();
void onClickCancel();
static void callbackCreateInventoryCategory(const LLUUID& category_id, LLUUID object_id, bool wear, bool replace = false);
static void callbackMoveInventory(S32 result, void* data);