diff options
author | simon <none@none> | 2013-05-22 16:51:42 -0700 |
---|---|---|
committer | simon <none@none> | 2013-05-22 16:51:42 -0700 |
commit | 473474b94969799d2835191072c5bca1b7d431d8 (patch) | |
tree | a30e59d28262c0b122027bead5636e032287ccda /indra/llrender/llglslshader.cpp | |
parent | e5bdb0f0e1b3c48173e36b54da0f25c7d535df49 (diff) |
Revert changes for MAINT-2616 due to licensing issues, need a full patch
submitted to be acceptable
Diffstat (limited to 'indra/llrender/llglslshader.cpp')
-rwxr-xr-x | indra/llrender/llglslshader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp index 8a0ca95a78..298a03f32a 100755 --- a/indra/llrender/llglslshader.cpp +++ b/indra/llrender/llglslshader.cpp @@ -57,7 +57,6 @@ bool LLGLSLShader::sNoFixedFunction = false; //UI shader -- declared here so llui_libtest will link properly LLGLSLShader gUIProgram; LLGLSLShader gSolidColorProgram; -LLGLSLShader gSolidColorProgramIntel; BOOL shouldChange(const LLVector4& v1, const LLVector4& v2) { |