Skip to content

Commit

Permalink
Don't generate a spurious error on SDL_InitVideo()
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 6, 2001
1 parent a2faa97 commit b1ec51f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11gamma.c
Expand Up @@ -109,7 +109,6 @@ static int X11_GetGammaNoLock(_THIS, float *red, float *green, float *blue)
return -1;
}
#endif
SDL_SetError("Gamma correction not supported");
return -1;
}
int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue)
Expand Down

0 comments on commit b1ec51f

Please sign in to comment.