diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-15 16:47:18 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-15 16:47:18 +0300 |
commit | 5bd00f860213ebfa116d7b85fff447af3b87d814 (patch) | |
tree | 6fa71594e88815d68df55f59348013bc0acc2fff /indra/newview/llavataractions.h | |
parent | 23af757686a97268205a6dafb764bc860aed389e (diff) |
MAINT-7383 show notifications for Purge item action in all inventory panels
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 8ff1ef073d..256d44d820 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -125,8 +125,6 @@ public: */ static void shareWithAvatars(LLView * panel); - static void purgeSelectedItems(); - /** * Block/unblock the avatar. */ @@ -245,7 +243,6 @@ public: private: static bool callbackAddFriendWithMessage(const LLSD& notification, const LLSD& response); - static bool callbackPurgeSelectedItems(const LLSD& notification, const LLSD& response); static bool handleRemove(const LLSD& notification, const LLSD& response); static bool handlePay(const LLSD& notification, const LLSD& response, LLUUID avatar_id); static bool handleFreezeAvatar(const LLSD& notification, const LLSD& response); |