Skip to content
Snippets Groups Projects
Commit 2d7dd7db authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

SH-3455 WIP - dead code removal

parent 2248cbf2
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment