diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-08-07 16:31:03 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-08-11 16:31:02 -0700 |
commit | 57cc252fd6e3956d53da3c4eb4cad512ddf75e8c (patch) | |
tree | 2cfede15c0fba3d97141d9d91a287ff87e5fc142 /indra/newview/llviewerobject.h | |
parent | 76c8cca9363c0ef55bf66a2bbff4a86a02f37acf (diff) |
SL-20024: Miscellaneous cleanup
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index ff28937f81..898b21e1ae 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -494,7 +494,6 @@ public: void updateInventoryLocal(LLInventoryItem* item, U8 key); // Update without messaging. void updateMaterialInventory(LLViewerInventoryItem* item, U8 key, bool is_new); LLInventoryObject* getInventoryObject(const LLUUID& item_id); - // TODO: Decide if this is worth keeping - Returns NULL if item does not exist or is a category LLInventoryItem* getInventoryItem(const LLUUID& item_id); // Get content except for root category |