summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: