mesa: remove a line of dead code

This commit is contained in:
Brian Paul 2009-12-31 08:50:26 -07:00
parent 06f10903cb
commit d14beea534

View file

@ -8751,7 +8751,6 @@ _mesa_init_save_table(struct _glapi_table *table)
SET_ClipPlane(table, save_ClipPlane);
SET_ColorMask(table, save_ColorMask);
SET_ColorMaskIndexedEXT(table, save_ColorMaskIndexed);
(void) save_ColorMaskIndexed;
SET_ColorMaterial(table, save_ColorMaterial);
SET_CopyPixels(table, save_CopyPixels);
SET_CullFace(table, save_CullFace);