X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2FCommon%2Ffreeglut_display.c;h=8264949aa55040f75e3407683b233f9d29318a69;hb=ee696b7ee5011ba23716abe9ffaeb73c6cfac351;hp=086d24a15f8101ad263039e5fdb7d5016985fbd3;hpb=25f8968aacfa2038bc34be17ccaf05cae52c1110;p=freeglut diff --git a/src/Common/freeglut_display.c b/src/Common/freeglut_display.c index 086d24a..8264949 100644 --- a/src/Common/freeglut_display.c +++ b/src/Common/freeglut_display.c @@ -33,13 +33,6 @@ extern void fgPlatformGlutSwapBuffers( SFG_PlatformDisplay *pDisplayPtr, SFG_Window* CurrentWindow ); -#if TARGET_HOST_POSIX_X11 -void fgPlatformGlutSwapBuffers( SFG_PlatformDisplay *pDisplayPtr, SFG_Window* CurrentWindow ) -{ - glXSwapBuffers( pDisplayPtr->Display, CurrentWindow->Window.Handle ); -} -#endif - /* -- INTERFACE FUNCTIONS -------------------------------------------------- */ /*