summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-10-10 22:11:01 +0100
committerGraham Linden <graham@lindenlab.com>2018-10-10 22:11:01 +0100
commitab634a764bef6eb61ffb76db5659253b06c37d5e (patch)
tree85d80137a21b4eb3964276562cdfdc532d0e9053 /indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl
parent89a9eb1e54bbc421006ade44ba048b00e0a5a4a3 (diff)
Remove some unused atmospherics helpers and forward declarations of unused helper funcs.
Diffstat (limited to 'indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl')
-rw-r--r--indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl b/indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl
index 62a034ce05..617704ff67 100644
--- a/indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl
+++ b/indra/newview/app_settings/shaders/class2/windlight/atmosphericsHelpersV.glsl
@@ -54,8 +54,3 @@ vec3 scaleDownLight(vec3 light)
return (light / scene_light_strength );
}
-vec3 scaleUpLight(vec3 light)
-{
- return (light * scene_light_strength);
-}
-