summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.h
diff options
context:
space:
mode:
authorsimon <none@none>2013-05-22 16:51:42 -0700
committersimon <none@none>2013-05-22 16:51:42 -0700
commit473474b94969799d2835191072c5bca1b7d431d8 (patch)
treea30e59d28262c0b122027bead5636e032287ccda /indra/llrender/llglslshader.h
parente5bdb0f0e1b3c48173e36b54da0f25c7d535df49 (diff)
Revert changes for MAINT-2616 due to licensing issues, need a full patch
submitted to be acceptable
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rwxr-xr-xindra/llrender/llglslshader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h
index cd097b8e0b..019d5a86d6 100755
--- a/indra/llrender/llglslshader.h
+++ b/indra/llrender/llglslshader.h
@@ -160,8 +160,5 @@ extern LLGLSLShader gSolidColorProgram;
//Alpha mask shader (declared here so llappearance can access properly)
extern LLGLSLShader gAlphaMaskProgram;
-// Solid color Shader for Intel Graphics
-extern LLGLSLShader gSolidColorProgramIntel;
-
#endif