diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-08-12 10:39:35 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-08-12 10:39:35 -0700 |
commit | e69efc8369a65008d41155717761fbaec0e309c5 (patch) | |
tree | 2f4a2c88127b0316562526b4b764c4febf76484d /indra/newview/llinventorybridge.h | |
parent | d9f08a0087219c86871e435712e01a848dac7a02 (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.h | 1 |
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); //-------------------------------------------------------------------- |