projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
462183f
)
remove DitherValues
author
Alan Hourihane
<alanh@tungstengraphics.com>
Mon, 26 Apr 2004 12:45:06 +0000
(12:45 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Mon, 26 Apr 2004 12:45:06 +0000
(12:45 +0000)
src/mesa/drivers/x11/xm_api.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/x11/xm_api.c
b/src/mesa/drivers/x11/xm_api.c
index 1a784c5fd85416a5494015f17a29087a2e083c19..bdf6f1d42861090465ecaf2b4c1869c952161b9d 100644
(file)
--- a/
src/mesa/drivers/x11/xm_api.c
+++ b/
src/mesa/drivers/x11/xm_api.c
@@
-794,8
+794,6
@@
noFaultXAllocColor( int client,
static GLboolean setup_grayscale( int client, XMesaVisual v,
XMesaBuffer buffer, XMesaColormap cmap )
{
- (void) DitherValues; /* Muffle compiler */
-
if (GET_VISUAL_DEPTH(v)<4 || GET_VISUAL_DEPTH(v)>16) {
return GL_FALSE;
}