From db40aec48c3db8164968df24184750a41be6e99f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 10 Oct 2003 18:10:54 +0000 Subject: remove bogus _swrast_texture_table_lookup() call (Eric Plante) --- src/mesa/swrast/s_context.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 99da79afd5..35297569d8 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -311,11 +311,6 @@ _swrast_validate_texture_sample( GLcontext *ctx, GLuint texUnit, swrast->TextureSample[texUnit]( ctx, texUnit, tObj, n, texcoords, lambda, rgba ); - - /* GL_SGI_texture_color_table */ - if (ctx->Texture.Unit[texUnit].ColorTableEnabled) { - _swrast_texture_table_lookup(&ctx->Texture.Unit[texUnit].ColorTable, n, rgba); - } } -- cgit v1.2.3