Pure code janitoring: Shuffled the order of some of the case statements
[freeglut] / src / freeglut_init.c
index 33b5998..201e936 100644 (file)
@@ -29,8 +29,6 @@
 #include "config.h"
 #endif
 
-#define G_LOG_DOMAIN "freeglut-init"
-
 #include "../include/GL/freeglut.h"
 #include "freeglut_internal.h"
 
@@ -264,8 +262,8 @@ void fgDeinitialize( void )
 
     fgState.Timers.First = fgState.Timers.Last = NULL;
     fgState.IdleCallback = NULL;
-    fgState.MenuStateCallback = (FGCBmenuState)NULL;
-    fgState.MenuStatusCallback = (FGCBmenuStatus)NULL;
+    fgState.MenuStateCallback = (FGCBMenuState)NULL;
+    fgState.MenuStatusCallback = (FGCBMenuStatus)NULL;
 
     fgState.SwapCount   = 0;
     fgState.SwapTime    = 0;