Skip to content
Snippets Groups Projects
Commit a103697d authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

isFullscreen is unused?

parent 1a731fb4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment