summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolwater.cpp
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2021-11-30 12:06:23 -0700
committerDave Houlton <euclid@lindenlab.com>2021-11-30 17:04:35 -0700
commitfab60f242ef7e3aac299c8373f486cb9fa92494c (patch)
treedd5c2beb6753712ef6b47342501db6aa95e83bc3 /indra/newview/lldrawpoolwater.cpp
parent3d1901dd4c6e549ec78bef6cea8682d12946c063 (diff)
SL-16386 purge no-op fxn LLTexUnit::setTextureAlphaBlend()
Diffstat (limited to 'indra/newview/lldrawpoolwater.cpp')
-rw-r--r--indra/newview/lldrawpoolwater.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolwater.cpp b/indra/newview/lldrawpoolwater.cpp
index 53aca91e5c..590385472b 100644
--- a/indra/newview/lldrawpoolwater.cpp
+++ b/indra/newview/lldrawpoolwater.cpp
@@ -239,8 +239,6 @@ void LLDrawPoolWater::render(S32 pass)
glTexGenfv(GL_S, GL_OBJECT_PLANE, tp0);
glTexGenfv(GL_T, GL_OBJECT_PLANE, tp1);
- gGL.getTexUnit(1)->setTextureAlphaBlend(LLTexUnit::TBO_REPLACE, LLTexUnit::TBS_PREV_ALPHA);
-
gGL.getTexUnit(0)->activate();
glClearStencil(1);