diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-19 17:05:55 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-19 17:05:55 -0400 |
commit | 8963185f5bea5af8ede04f41423ae1f822d80899 (patch) | |
tree | 016d213f9c82c1f5d7ba9ce3a961bdc3bc311ec0 /indra/newview/llagentwearables.cpp | |
parent | 090d3097d569922b7c3b681cb77ff14a29a60b07 (diff) |
MAINT-4917 WIP - comments and bug fixes for batching up COF link requests after attachments added.
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-x | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 4a395f547a..4d46a331c8 100755 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1366,8 +1366,6 @@ void LLAgentWearables::userRemoveMultipleAttachments(llvo_vec_t& objects_to_remo gMessageSystem->sendReliable(gAgent.getRegionHost()); } -// FIXME this is basically the same code as LLAttachmentsMgr::onIdle() -// should consolidate. void LLAgentWearables::userAttachMultipleAttachments(LLInventoryModel::item_array_t& obj_item_array) { // Build a compound message to send all the objects that need to be rezzed. |