X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2FCommon%2Ffreeglut_structure.c;h=cc64817cf42d766b131a7796305d2b7a0069012e;hb=bbf902065175c38f19cf55786e408bd2a7bb70c0;hp=f8d748ffb34dc8d2180a2828e7ec3a169866d586;hpb=83cbc20173cda65aeef88ce4a1da6a08c1fd010f;p=freeglut diff --git a/src/Common/freeglut_structure.c b/src/Common/freeglut_structure.c index f8d748f..cc64817 100644 --- a/src/Common/freeglut_structure.c +++ b/src/Common/freeglut_structure.c @@ -60,15 +60,6 @@ static void fghClearCallBacks( SFG_Window *window ) } } -#if TARGET_HOST_POSIX_X11 -void fgPlatformCreateWindow ( SFG_Window *window ) -{ - window->Window.FBConfig = NULL; - - window->State.OldHeight = window->State.OldWidth = -1; -} -#endif - /* * This private function creates, opens and adds to the hierarchy * a freeglut window complete with OpenGL context and stuff...