Splitting the X11-specific "freeglut_structure.c" code into its own file
[freeglut] / src / Common / freeglut_structure.c
index f8d748f..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.FBConfig = NULL;\r
-\r
-    window->State.OldHeight = window->State.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