diff options
author | Brian Paul <[email protected]> | 2009-12-31 08:50:26 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-31 08:50:26 -0700 |
commit | d14beea534dcb2b3ae2ae1f7ee0ba5dcdef3dba3 (patch) | |
tree | 449bc2d53afb800f2cba57abdf211e032a929489 | |
parent | 06f10903cbddb91a58bee383c05364c79faf33b6 (diff) |
mesa: remove a line of dead code
-rw-r--r-- | src/mesa/main/dlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 1f9af364f90..21a8216254b 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -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); |