isFullscreen is unused?

This commit is contained in:
Alam Ed Arias 2014-07-23 22:05:03 -04:00
parent 1a731fb463
commit a103697dd0
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ boolean OglSdlSurface(INT32 w, INT32 h, boolean isFullscreen)
INT32 cbpp;
//Uint32 OGLFlags;
const GLvoid *glvendor = NULL, *glrenderer = NULL, *glversion = NULL;
(void)isFullscreen; //unused
cbpp = cv_scr_depth.value < 16 ? 16 : cv_scr_depth.value;