summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-18 17:27:40 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-18 17:27:40 -0400
commit67193b259a5f4cae029b3e08aecf71c1a7041046 (patch)
tree8362183ef4dc3a403a9722a933c81a563685b81d /indra/newview/llagentwearables.cpp
parent497d3f4bfc2b6b45574ef871c11c6fb8e6145d63 (diff)
sunshine cleanup annotations
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-xindra/newview/llagentwearables.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 0bb126ffd1..5cc2435761 100755
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -304,6 +304,7 @@ void LLAgentWearables::addWearabletoAgentInventoryDone(const LLWearableType::ETy
gInventory.notifyObservers();
}
+// SUNSHINE CLEANUP dead?
void LLAgentWearables::sendAgentWearablesUpdate()
{
// First make sure that we have inventory items for each wearable
@@ -1908,6 +1909,7 @@ void LLAgentWearables::editWearableIfRequested(const LLUUID& item_id)
}
}
+// SUNSHINE CLEANUP - both of these funcs seem to be dead code, so this one should go too.
void LLAgentWearables::updateServer()
{
sendAgentWearablesUpdate();