diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:17:20 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:17:20 -0400 |
commit | 20af6640d4077725034bd7e9d0e8982778cea09a (patch) | |
tree | 758eade5d32a1b5f68e86d5f91f819f3eb196636 /indra/newview/llagentwearables.cpp | |
parent | 77ceb37219bd27c93a3b47c66818ac09f8973d1c (diff) |
SH-3455 WIP - llstartup cleanup
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-x | indra/newview/llagentwearables.cpp | 4 |
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)); } |