mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
remove DitherValues
This commit is contained in:
parent
462183fe4c
commit
18514500c4
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue