diff options
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rwxr-xr-x | indra/newview/llviewerinventory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index 7823ebffb6..ca92565600 100755 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -435,8 +435,4 @@ void slam_inventory_folder(const LLUUID& folder_id, void remove_folder_contents(const LLUUID& folder_id, bool keep_outfit_links, LLPointer<LLInventoryCallback> cb); -// If item is in the InventoryModel and is a link, get the item -// that this link points to. Otherwise just return this id. -const LLUUID& get_linked_uuid(const LLUUID &item_id); - #endif // LL_LLVIEWERINVENTORY_H |