projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f1090
)
mesa: remove a line of dead code
author
Brian Paul
<brianp@vmware.com>
Thu, 31 Dec 2009 15:50:26 +0000
(08:50 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 31 Dec 2009 15:50:26 +0000
(08:50 -0700)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 1f9af364f90aa693a6466d5e2b850a76e0e1cb7d..21a8216254bebc11e128fddaf6f934aa4c7aa3d1 100644
(file)
--- 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);