From ae3990e24f3ec27ce66b00faa57bf27f3bbdaef5 Mon Sep 17 00:00:00 2001 From: Cosmic Linden <cosmic@lindenlab.com> Date: Tue, 28 Nov 2023 16:47:44 -0800 Subject: [PATCH] SL-20606: Remove unused LLRenderPass func --- indra/newview/lldrawpool.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index 0925a01439a..f6200d1f6d1 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -349,8 +349,6 @@ class LLRenderPass : public LLDrawPool void resetDrawOrders() { } static void applyModelMatrix(const LLDrawInfo& params); - // Use before a non-GLTF batch if it is interleaved with GLTF batches that share the same shader - static void resetGLTFTextureTransform(); void pushBatches(U32 type, bool texture = true, bool batch_textures = false); void pushUntexturedBatches(U32 type); -- GitLab