remove dead variable

This commit is contained in:
Ian Curtis 2018-08-09 21:57:51 +00:00
parent 9f5a19a04a
commit c1c2dedcfa

View file

@ -86,7 +86,6 @@ uniform bool fixedShading;
uniform int hardwareStep;
//interpolated inputs from vertex shader
varying float fsFogFactor;
varying vec3 fsViewVertex;
varying vec3 fsViewNormal; // per vertex normal vector
varying vec4 fsColor;