summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-02 20:40:19 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-02 20:40:19 -0400
commit72d0d81c7ede9de5ab30e95e8657b6a464e1986b (patch)
treeb5d75a189c9ec9a28496258979b581366ba1dbbd /indra/newview
parent3eae5ba0d006b2f73af6bcfc2b57429f99913eff (diff)
SH-4057 FIX - cleaned up old canUseHTTP logic, now lives in llviewertexture.cpp
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llvoavatar.cpp4
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() ;