diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-01 07:54:30 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-01 07:54:30 -0400 |
commit | 2d7dd7db24fefe9dcd8bde83a92304936a5f77ed (patch) | |
tree | 7291c0b0746006184614cd7f1ffbbe38ca3c119e /indra/newview/llagentwearables.cpp | |
parent | 2248cbf2b873d3bf264ddbec22ea731bee9a9b96 (diff) |
SH-3455 WIP - dead code removal
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-x | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 5b18a45431..eda0ff71ba 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( |