diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index 0925a01439a63c1573f01cfcb4987fe728c17e8b..f6200d1f6d155c5b0594bbd79db2e297fbe6eab7 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);