From 627c7de801bcf1f2a706c2c077a3fecf54a3bfe8 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Tue, 7 Feb 2023 12:36:20 +0200
Subject: SL-19134 Some texture related adjustments

---
 indra/newview/llthumbnailctrl.cpp | 2 --
 1 file changed, 2 deletions(-)

(limited to 'indra/newview/llthumbnailctrl.cpp')

diff --git a/indra/newview/llthumbnailctrl.cpp b/indra/newview/llthumbnailctrl.cpp
index 35bf9cb04c..8f51f2c80d 100644
--- a/indra/newview/llthumbnailctrl.cpp
+++ b/indra/newview/llthumbnailctrl.cpp
@@ -100,9 +100,7 @@ void LLThumbnailCtrl::draw()
             gl_rect_2d_checkerboard( draw_rect, alpha );
         }
         
-        //LLRectf uv_rect(0, 0, draw_rect.getWidth()/32.f, draw_rect.getHeight()/32.f);
         gl_draw_scaled_image( draw_rect.mLeft, draw_rect.mBottom, draw_rect.getWidth(), draw_rect.getHeight(), mTexturep, UI_VERTEX_COLOR % alpha);
-        //mTexturep->addTextureStats( (F32)(draw_rect.getWidth() * draw_rect.getHeight()) );
         
         mTexturep->setKnownDrawSize(draw_rect.getWidth(), draw_rect.getHeight());
     }
-- 
cgit v1.2.3