summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-03-12 11:07:23 -0700
committerGraham Linden <graham@lindenlab.com>2019-03-12 11:07:23 -0700
commit868cd32e5e229e503f1b5b1d5ec543fd6f76cb7f (patch)
tree07c3b79a6a93caedc63a238f5ae29162b77ec861 /indra/llrender/llglslshader.cpp
parent15270f697a0e6a4f14944ac20382f8bbcc8ea86b (diff)
More tab restoration.
Also fix ref to removed extra GLSL link module. 'warn-on-failure:no-tabs'
Diffstat (limited to 'indra/llrender/llglslshader.cpp')
-rw-r--r--indra/llrender/llglslshader.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp
index 9a4eeb59df..471d73febf 100644
--- a/indra/llrender/llglslshader.cpp
+++ b/indra/llrender/llglslshader.cpp
@@ -401,11 +401,6 @@ BOOL LLGLSLShader::createShader(std::vector<LLStaticHashedString> * attributes,
// work-around missing mix(vec3,vec3,bvec3)
mDefines["OLD_SELECT"] = "1";
#endif
-
- if (mExtraLinkObject)
- {
- attachObject(mExtraLinkObject);
- }
//compile new source
vector< pair<string,GLenum> >::iterator fileIter = mShaderFiles.begin();