summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-26 17:27:01 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-26 17:27:01 -0400
commit2248cbf2b873d3bf264ddbec22ea731bee9a9b96 (patch)
tree763a8553b083f0de33f47232a85c542a16720589 /indra/newview/llagentwearables.h
parent39900843c99dbfc01f8a28fb071edc9a77c471be (diff)
SH-3455 WIP - removed llagentwearablesfetch files, among other changes
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rwxr-xr-xindra/newview/llagentwearables.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h
index 87170eeb72..a7b033a37d 100755
--- a/indra/newview/llagentwearables.h
+++ b/indra/newview/llagentwearables.h
@@ -42,7 +42,6 @@
class LLInventoryItem;
class LLVOAvatarSelf;
class LLViewerWearable;
-class LLInitialWearablesFetch;
class LLViewerObject;
class LLAgentWearables : public LLInitClass<LLAgentWearables>, public LLWearableData
@@ -51,7 +50,6 @@ class LLAgentWearables : public LLInitClass<LLAgentWearables>, public LLWearable
// Constructors / destructors / Initializers
//--------------------------------------------------------------------
public:
- friend class LLInitialWearablesFetch;
LLAgentWearables();
virtual ~LLAgentWearables();
@@ -149,18 +147,6 @@ private:
void removeWearableFinal(const LLWearableType::EType type, bool do_remove_all /*= false*/, U32 index /*= 0*/);
protected:
static bool onRemoveWearableDialog(const LLSD& notification, const LLSD& response);
-
- //--------------------------------------------------------------------
- // Server Communication
- //--------------------------------------------------------------------
-protected:
- // SUNSHINE CLEANUP dead
- void sendAgentWearablesUpdate();
- // SUNSHINE CLEANUP remove?
- void sendAgentWearablesRequest();
- // SUNSHINE CLEANUP dead?
- //void updateServer();
- static void onInitialWearableAssetArrived(LLViewerWearable* wearable, void* userdata);
//--------------------------------------------------------------------
// Outfits