diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-13 20:55:47 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-13 20:55:47 -0400 |
commit | f79b775fcc94b1bad6869a6977a5049f356630cc (patch) | |
tree | 37f304fd7d22ed8d1cc58613b6706b751ebf14d3 /indra/newview/llinventoryfunctions.h | |
parent | c7c7726c6f6c76950d47f9f640993bb80c659300 (diff) | |
parent | b7e0e44e3246299b639f787e3ab9b8e59cdc05c3 (diff) |
merge changes for drtvwr-136
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index b3d9f4b966..535d831e47 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -57,18 +57,8 @@ void show_task_item_profile(const LLUUID& item_uuid, const LLUUID& object_id); void show_item_original(const LLUUID& item_uuid); -void change_item_parent(LLInventoryModel* model, - LLViewerInventoryItem* item, - const LLUUID& new_parent_id, - BOOL restamp); - void remove_item(LLInventoryModel* model, const LLUUID& id); -void change_category_parent(LLInventoryModel* model, - LLViewerInventoryCategory* cat, - const LLUUID& new_parent_id, - BOOL restamp); - void remove_category(LLInventoryModel* model, const LLUUID& cat_id); void rename_category(LLInventoryModel* model, const LLUUID& cat_id, const std::string& new_name); |