Module: Mesa Branch: master Commit: d14beea534dcb2b3ae2ae1f7ee0ba5dcdef3dba3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d14beea534dcb2b3ae2ae1f7ee0ba5dcdef3dba3
Author: Brian Paul <[email protected]> Date: Thu Dec 31 08:50:26 2009 -0700 mesa: remove a line of dead code --- 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 1f9af36..21a8216 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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
