summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2020-01-29 14:46:47 -0700
committerDave Houlton <euclid@lindenlab.com>2020-01-29 14:46:47 -0700
commit49a2b3b5d76f646ab1a2681ed7fe626128aaf101 (patch)
treef510b88f378962ee7af71ff06709e31530eb69df /indra/newview/pipeline.h
parentc3ad61034c8ee8054f83daf4db07fc05f0898d17 (diff)
SL-12594, remove conditional checks for VertexShaderEnable settings
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
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;