From 2d7dd7db24fefe9dcd8bde83a92304936a5f77ed Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" <vir@lindenlab.com> Date: Tue, 1 Oct 2013 07:54:30 -0400 Subject: [PATCH] SH-3455 WIP - dead code removal --- indra/newview/llagentwearables.cpp | 2 +- indra/newview/llagentwearables.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 5b18a45431c..eda0ff71bad 100755 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -655,7 +655,7 @@ void LLAgentWearables::recoverMissingWearable(const LLWearableType::EType type, // Add a new one in the lost and found folder. // (We used to overwrite the "not found" one, but that could potentially - // destory content.) JC + // destroy content.) JC const LLUUID lost_and_found_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_LOST_AND_FOUND); LLPointer<LLInventoryCallback> cb = new AddWearableToAgentInventoryCallback( diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index a7b033a37d7..8fb2783fffd 100755 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -214,12 +214,6 @@ class LLAgentWearables : public LLInitClass<LLAgentWearables>, public LLWearable // Support classes //-------------------------------------------------------------------------------- private: - class createStandardWearablesAllDoneCallback : public LLRefCount - { - protected: - ~createStandardWearablesAllDoneCallback(); - }; - class AddWearableToAgentInventoryCallback : public LLInventoryCallback { public: -- GitLab