summaryrefslogtreecommitdiff
path: root/indra/newview
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
parent497d3f4bfc2b6b45574ef871c11c6fb8e6145d63 (diff)
sunshine cleanup annotations
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llagentwearables.cpp2
-rwxr-xr-xindra/newview/llagentwearables.h2
2 files changed, 4 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();
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h
index fd9f6f74a1..8cab9f847b 100755
--- a/indra/newview/llagentwearables.h
+++ b/indra/newview/llagentwearables.h
@@ -163,6 +163,7 @@ public:
protected:
/*virtual*/ void invalidateBakedTextureHash(LLMD5& hash) const;
+ // SUNSHINE CLEANUP dead
void sendAgentWearablesUpdate();
void sendAgentWearablesRequest();
void queryWearableCache();
@@ -244,6 +245,7 @@ private:
protected:
~createStandardWearablesAllDoneCallback();
};
+ // SUNSHINE CLEANUP - should be dead if sendAgentWearablesUpdate is no longer needed.
class sendAgentWearablesUpdateCallback : public LLRefCount
{
protected: