summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-08-12 10:39:35 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-08-12 10:39:35 -0700
commite69efc8369a65008d41155717761fbaec0e309c5 (patch)
tree2f4a2c88127b0316562526b4b764c4febf76484d /indra/newview/llinventorybridge.h
parentd9f08a0087219c86871e435712e01a848dac7a02 (diff)
EXP-843 Enable drag and drop from the outbox
EXP-1036 Disable most inventory functionality for the outbox view
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r--indra/newview/llinventorybridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 262f4ffdcf..b557e128a7 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -301,7 +301,6 @@ protected:
void dropToFavorites(LLInventoryItem* inv_item);
void dropToOutfit(LLInventoryItem* inv_item, BOOL move_is_into_current_outfit);
void dropToOutbox(LLInventoryItem* inv_item);
- void moveToOutbox(const LLSD& notification, const LLSD& response);
void dropFolderToOutbox(LLInventoryCategory* inv_cat);
//--------------------------------------------------------------------