diff options
author | Rider Linden <rider@lindenlab.com> | 2016-05-24 13:03:36 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-05-24 13:03:36 -0700 |
commit | 26b1c020c8a8d240144dadae1285c14213cb1232 (patch) | |
tree | f70701c769076f56baf0d1f26b115c851587cbb7 /indra/newview/llappearancemgr.h | |
parent | c7413e51b6286a003d6629108d2757b5ff973c2b (diff) |
MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG.
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index f401df0949..7069da7352 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -36,8 +36,6 @@ #include "llviewerinventory.h" #include "llcorehttputil.h" -#define APPEARANCEBAKE_AS_IN_AIS_QUEUE 1 - class LLWearableHoldingPattern; class LLInventoryCallback; class LLOutfitUnLockTimer; @@ -230,11 +228,7 @@ public: private: -#ifdef APPEARANCEBAKE_AS_IN_AIS_QUEUE void serverAppearanceUpdateCoro(LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t &httpAdapter); -#else - void serverAppearanceUpdateCoro(); -#endif static void debugAppearanceUpdateCOF(const LLSD& content); |