fg_geometry: remove GLES-specific #ifdefs (in code and headers), update Android test...
[freeglut] / src / x11 / fg_window_x11.c
index 2b9012c..1b90bf5 100644 (file)
@@ -132,7 +132,6 @@ void fgPlatformOpenWindow( SFG_Window* window, const char* title,
     XWMHints wmHints;
     XEvent eventReturnBuffer; /* return buffer required for a call */
     unsigned long mask;
-    int num_FBConfigs, i;
     unsigned int current_DisplayMode = fgState.DisplayMode ;
 
     /* Save the display mode if we are creating a menu window */