diff options
author | Brian Paul <[email protected]> | 2003-10-10 18:10:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-10-10 18:10:54 +0000 |
commit | db40aec48c3db8164968df24184750a41be6e99f (patch) | |
tree | b8e176432a6d2d5952bae830439b878a7032e3d5 /src | |
parent | 78f8292a54b8518ee0db58dc2d6c35fe6775bec1 (diff) |
remove bogus _swrast_texture_table_lookup() call (Eric Plante)
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/swrast/s_context.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 99da79afd5f..35297569d89 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); - } } |