diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-20 07:15:41 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-20 07:15:41 -0400 |
commit | dbc8d51cd028da9bb5195b0b1f46bbaaff0c84e6 (patch) | |
tree | 5c47ef868bf7e302cb1f3c4e465321e8465b7fcd /indra/newview/llagentwearables.h | |
parent | 574e24c34e79828a136b1bc26b20ec8cc0405d71 (diff) | |
parent | 73025e27719927ec72eddc6e111ae782b1faf0ae (diff) |
merge changes for storm-1041
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index 3ef50f14da..252b812c27 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -165,7 +165,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); - static void userRemoveAllClothesStep2(BOOL proceed); // userdata is NULL //-------------------------------------------------------------------- // Server Communication @@ -211,7 +210,6 @@ public: public: static void userRemoveWearable(const LLWearableType::EType &type, const U32 &index); static void userRemoveWearablesOfType(const LLWearableType::EType &type); - static void userRemoveAllClothes(); typedef std::vector<LLViewerObject*> llvo_vec_t; |