diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-02 20:40:19 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-02 20:40:19 -0400 |
commit | 72d0d81c7ede9de5ab30e95e8657b6a464e1986b (patch) | |
tree | b5d75a189c9ec9a28496258979b581366ba1dbbd /indra/newview/llvoavatar.cpp | |
parent | 3eae5ba0d006b2f73af6bcfc2b57429f99913eff (diff) |
SH-4057 FIX - cleaned up old canUseHTTP logic, now lives in llviewertexture.cpp
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 638906cc6d..5695fc04b9 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -4475,10 +4475,6 @@ void LLVOAvatar::addBakedTextureStats( LLViewerFetchedTexture* imagep, F32 pixel //the texture pipeline will stop fetching this texture. imagep->resetTextureStats(); - // TODO: currently default to HTTP texture and fall back to UDP if cannot be found there. - // Once server messaging is in place, we should call setCanUseHTTP(false) for old style - // appearance requests - //imagep->setCanUseHTTP(true); imagep->setMaxVirtualSizeResetInterval(MAX_TEXTURE_VIRTURE_SIZE_RESET_INTERVAL); imagep->resetMaxVirtualSizeResetCounter() ; |