diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-01-29 14:46:47 -0700 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-01-29 14:46:47 -0700 |
commit | 49a2b3b5d76f646ab1a2681ed7fe626128aaf101 (patch) | |
tree | f510b88f378962ee7af71ff06709e31530eb69df /indra/newview/pipeline.h | |
parent | c3ad61034c8ee8054f83daf4db07fc05f0898d17 (diff) |
SL-12594, remove conditional checks for VertexShaderEnable settings
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index e75a09d753..68ce3fe88d 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -880,7 +880,6 @@ public: //cached settings static bool WindLightUseAtmosShaders; - static bool VertexShaderEnable; static bool RenderAvatarVP; static bool RenderDeferred; static F32 RenderDeferredSunWash; |