diff options
| -rw-r--r-- | indra/llimage/llimage.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp index 8d35fd140e..f6a8735ca1 100644 --- a/indra/llimage/llimage.cpp +++ b/indra/llimage/llimage.cpp @@ -1929,8 +1929,6 @@ void LLImageRaw::addEmissiveUnscaled(LLImageRaw* src)  void LLImageRaw::addEmissiveScaled(LLImageRaw* src)  { -	LL_INFOS() << __FUNCTION__ << LL_ENDL; -  	LLImageRaw* dst = this;  // Just for clarity.  	llassert( (4 == src->getComponents()) && (3 == dst->getComponents()) ); | 
