diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-22 11:23:13 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-22 11:23:13 -0600 |
commit | 93a82d4b7516f5970b7fc3d6415119c79d2ed7c5 (patch) | |
tree | f3769bdfce066cad6a7709003ba8f09ee8b75ab9 /indra | |
parent | 65d69ce80dca112ea0bfd06f2749d4d6fcb366b4 (diff) |
DRTVWR-559 Fix for mac build.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lldrawpoolpbropaque.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolpbropaque.cpp b/indra/newview/lldrawpoolpbropaque.cpp index b75c83e73a..86b790e2c5 100644 --- a/indra/newview/lldrawpoolpbropaque.cpp +++ b/indra/newview/lldrawpoolpbropaque.cpp @@ -31,8 +31,6 @@ #include "llviewershadermgr.h" #include "pipeline.h" -static const U32 gltf_render_types[] = { LLPipeline::RENDER_TYPE_PASS_GLTF_PBR, LLPipeline::RENDER_TYPE_PASS_GLTF_PBR_ALPHA_MASK }; - LLDrawPoolGLTFPBR::LLDrawPoolGLTFPBR(U32 type) : LLRenderPass(type) { |