mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 19:30:12 +01:00
mesa: remove a line of dead code
This commit is contained in:
parent
06f10903cb
commit
d14beea534
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue