Remove unused variable.

master
Dave Parks 2011-05-25 19:23:41 -05:00
parent 9b3a9beb40
commit 3a2c3a45aa
1 changed files with 1 additions and 4 deletions

View File

@ -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++)
{