Removing an extraneous "#if TARGET_HOST_POSIX_X11" and putting the path into the...
[freeglut] / src / Common / freeglut_structure.c
index 59a8b83..cc64817 100644 (file)
@@ -60,15 +60,6 @@ static void fghClearCallBacks( SFG_Window *window )
     }\r
 }\r
 \r
-#if TARGET_HOST_POSIX_X11\r
-void fgPlatformCreateWindow ( SFG_Window *window )\r
-{\r
-    window->Window.pContext.FBConfig = NULL;\r
-\r
-    window->State.pWState.OldHeight = window->State.pWState.OldWidth = -1;\r
-}\r
-#endif\r
-\r
 /*\r
  * This private function creates, opens and adds to the hierarchy\r
  * a freeglut window complete with OpenGL context and stuff...\r