diff options
author | Dave Parks <davep@lindenlab.com> | 2011-05-25 19:23:41 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-05-25 19:23:41 -0500 |
commit | 3a2c3a45aa5db8592c75601ec1fbf43eea85ccb6 (patch) | |
tree | fec7a5f31758c8b2820daa53dc2d3aecf06fa18c /indra/llrender | |
parent | 9b3a9beb40885aca65abb6363a8d7897fae4269c (diff) |
Remove unused variable.
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llgl.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index 77b34eb546..96b1838158 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -1480,10 +1480,7 @@ void LLGLState::checkTextureChannels(const std::string& msg) gFailLog << "Texture matrix in channel " << i << " corrupt." << std::endl; } } - - - S32 num_texture_types = 8; - + for (S32 j = (i == 0 ? 1 : 0); j < 9; j++) { |