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/llviewerinventory.cpp | |
parent | 76c8cca9363c0ef55bf66a2bbff4a86a02f37acf (diff) |
SL-20024: Miscellaneous cleanup
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index b722e715b6..aa1827a8e2 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -1609,8 +1609,6 @@ void move_or_copy_inventory_from_object(const LLUUID& destination_id, const LLUUID& item_id, LLPointer<LLInventoryCallback> cb) { - // TODO: Implement - LLViewerObject* object = gObjectList.findObject(object_id); if (!object) { |