summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-10-15 11:17:20 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-10-15 11:17:20 -0400
commit20af6640d4077725034bd7e9d0e8982778cea09a (patch)
tree758eade5d32a1b5f68e86d5f91f819f3eb196636 /indra/newview/llagentwearables.cpp
parent77ceb37219bd27c93a3b47c66818ac09f8973d1c (diff)
SH-3455 WIP - llstartup cleanup
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-xindra/newview/llagentwearables.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 798b733efb..96ce8d1f6d 100755
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -175,10 +175,6 @@ void LLAgentWearables::setAvatarObject(LLVOAvatarSelf *avatar)
{
llassert(avatar);
setAvatarAppearance(avatar);
- gAgentWearables.notifyLoadingStarted();
- callAfterCategoryFetch(LLAppearanceMgr::instance().getCOF(),
- boost::bind(&LLAppearanceMgr::updateAppearanceFromCOF,
- LLAppearanceMgr::getInstance(), true, true, no_op));
}