From 1023b7eb84d6b4ed50f571fd3751c661175bbd7d Mon Sep 17 00:00:00 2001 From: rkrolib Date: Mon, 10 Nov 2003 09:45:47 +0000 Subject: [PATCH] Ooops. Forgot that we already had a call to fgClearCallBacks() in the code and added a second one. I just deleted the new one. Sorry. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@330 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/freeglut_structure.c | 1 - 1 file changed, 1 deletion(-) diff --git a/freeglut/freeglut/src/freeglut_structure.c b/freeglut/freeglut/src/freeglut_structure.c index 00b035b..cc1e9a3 100644 --- a/freeglut/freeglut/src/freeglut_structure.c +++ b/freeglut/freeglut/src/freeglut_structure.c @@ -298,7 +298,6 @@ void fgDestroyWindow( SFG_Window* window, GLboolean needToClose ) SFG_Window *activeWindow = fgStructure.Window ; INVOKE_WCB( *window, Destroy, ( ) ); fgSetWindow ( activeWindow ) ; - fgClearCallBacks( window ); } if ( window->Parent != NULL )