diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-11-30 12:06:23 -0700 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-11-30 17:04:35 -0700 |
commit | fab60f242ef7e3aac299c8373f486cb9fa92494c (patch) | |
tree | dd5c2beb6753712ef6b47342501db6aa95e83bc3 /indra/llrender/llrender.h | |
parent | 3d1901dd4c6e549ec78bef6cea8682d12946c063 (diff) |
SL-16386 purge no-op fxn LLTexUnit::setTextureAlphaBlend()
Diffstat (limited to 'indra/llrender/llrender.h')
-rw-r--r-- | indra/llrender/llrender.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index 08a906a89b..d594c455d6 100644 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -198,10 +198,6 @@ public: // make sure you want to permanently change the filtering for the bound texture. void setTextureFilteringOption(LLTexUnit::eTextureFilterOptions option); - // NOTE: If *_COLOR enums are passed to src1 or src2, the corresponding *_ALPHA enum will be used instead. - inline void setTextureAlphaBlend(eTextureBlendOp op, eTextureBlendSrc src1, eTextureBlendSrc src2 = TBS_PREV_ALPHA) - { /* setTextureCombiner(op, src1, src2, true); */ } - static U32 getInternalType(eTextureType type); U32 getCurrTexture(void) { return mCurrTexture; } |