From 7fad69335a7488fd62a47281d7a5a22acf20db16 Mon Sep 17 00:00:00 2001 From: Richard Rauch 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: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@330 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_structure.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freeglut_structure.c b/src/freeglut_structure.c index 00b035b..cc1e9a3 100644 --- a/src/freeglut_structure.c +++ b/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 ) -- 1.7.10.4