diff options
author | Josh Bell <josh@lindenlab.com> | 2007-03-08 00:25:12 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-03-08 00:25:12 +0000 |
commit | 6fa974fc64b172a7324b28d40f08f2a861d87f8d (patch) | |
tree | 3ef9df7d3b66bfbdd6163bf3b88d3d2163a186bc /indra/newview/pipeline.cpp | |
parent | a00d02efef4de36138194f468465235c01b11d01 (diff) |
svn merge -r 58859:58902 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 4108298dfd..250b9bc7df 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -109,9 +109,6 @@ S32 gTrivialAccepts = 0; BOOL gRenderForSelect = FALSE; -BOOL gUsePickAlpha = TRUE; -F32 gPickAlphaThreshold = 0.2f; - //glsl parameter tables const char* LLPipeline::sReservedAttribs[] = { |