summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/swrast/s_texture.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c
index a196f34c27..2342179a4e 100644
--- a/src/mesa/swrast/s_texture.c
+++ b/src/mesa/swrast/s_texture.c
@@ -3873,9 +3873,6 @@ texture_apply( const GLcontext *ctx,
else if (format == GL_DEPTH_COMPONENT) {
format = texUnit->_Current->DepthMode;
}
- else if (texUnit->ColorTableEnabled) {
- format = texUnit->ColorTable.Format;
- }
switch (texUnit->EnvMode) {
case GL_REPLACE: