remove DitherValues

This commit is contained in:
Alan Hourihane 2004-04-26 12:45:06 +00:00
parent 462183fe4c
commit 18514500c4

View file

@ -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;
}