diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2023-11-13 10:04:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 10:04:50 -0800 |
commit | f45d26c4cb56ef87311a751d192115459468887a (patch) | |
tree | 754732201a3b8079e820ecf65333ba5740ad1179 /indra/newview/llviewerinventory.h | |
parent | b3384a057d9556b2429a9c5847e8e1240103585a (diff) | |
parent | a66a990165a2ade9cba26963fe0c7b4a21b9dcac (diff) |
Merge pull request #505 from secondlife/SL-20553
SL-20553: Save material button in build floater now depends on agent inventory rather than object inventory
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rw-r--r-- | indra/newview/llviewerinventory.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index bce8da0a69..e043285ffb 100644 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -463,11 +463,6 @@ void copy_inventory_from_notecard(const LLUUID& destination_id, const LLInventoryItem *src, U32 callback_id = 0); -void move_or_copy_inventory_from_object(const LLUUID& destination_id, - const LLUUID& object_id, - const LLUUID& item_id, - LLPointer<LLInventoryCallback> cb); - void menu_create_inventory_item(LLInventoryPanel* root, LLFolderBridge* bridge, const LLSD& userdata, |