diff options
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a64d5b50b3..9e8479eeef 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3154,6 +3154,7 @@ void LLAppearanceMgr::updateClothingOrderingInfo(LLUUID cat_id, } +#if 1 class RequestAgentUpdateAppearanceResponder: public LLHTTPClient::Responder { LOG_CLASS(RequestAgentUpdateAppearanceResponder); @@ -3423,6 +3424,10 @@ void RequestAgentUpdateAppearanceResponder::onFailure() LL_WARNS() << "giving up after too many retries" << LL_ENDL; } } +#else + + +#endif LLSD LLAppearanceMgr::dumpCOF() const |