summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-01-15 15:36:43 -0800
committerXiaohong Bao <bao@lindenlab.com>2010-01-15 15:36:43 -0800
commit9d7ad2733e1a41a573b0cf6c9a272f6f696f189c (patch)
treec88f4f8d256145e110d4762d55dc70dfc4f9d447 /indra/newview/llviewertexture.h
parentf3bd6481a554ade34b133b2ae805838e27598639 (diff)
partial fix for EXT-4352: Texture loading problems in Viewer 2.0. More to come later (next week).
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r--indra/newview/llviewertexture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h
index 6aaaa4021b..79d9c4e7bb 100644
--- a/indra/newview/llviewertexture.h
+++ b/indra/newview/llviewertexture.h
@@ -384,8 +384,6 @@ public:
void updateVirtualSize() ;
- // setDesiredDiscardLevel is only used by LLViewerTextureList
- void setDesiredDiscardLevel(S32 discard) { mDesiredDiscardLevel = discard; }
S32 getDesiredDiscardLevel() { return mDesiredDiscardLevel; }
void setMinDiscardLevel(S32 discard) { mMinDesiredDiscardLevel = llmin(mMinDesiredDiscardLevel,(S8)discard); }