remove bogus _swrast_texture_table_lookup() call (Eric Plante)

This commit is contained in:
Brian Paul 2003-10-10 18:10:54 +00:00
parent 78f8292a54
commit db40aec48c

View file

@ -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);
}
}