X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=56f8f24538d98dcd94f8316bf77c183b215a10a7;hb=191f167c1b44679707028d96aae8a2d67fecce30;hp=adfcb1b06bb36da341f5b6d91e357c38e917547b;hpb=006650e1dd72e73249d41e2bcea8b1668262a999;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index adfcb1b..56f8f24 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -698,7 +698,6 @@ void fgCloseWindow( SFG_Window* window ); void fgAddToWindowDestroyList ( SFG_Window* window ); void fgCloseWindows (); void fgDestroyWindow( SFG_Window* window ); -void fgClearCallBacks( SFG_Window *window ); /* Menu creation and destruction. Defined in freeglut_structure.c */ SFG_Menu* fgCreateMenu( FGCBMenu menuCallback );