John Fay: Remove some obsolete defined symbols.
authorJ.C. Jones <jc@insufficient.coffee>
Wed, 12 May 2004 00:17:46 +0000 (00:17 +0000)
committerJ.C. Jones <jc@insufficient.coffee>
Wed, 12 May 2004 00:17:46 +0000 (00:17 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@498 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_internal.h

index 013cae8..85f6a6d 100644 (file)
 #endif
 
 #define  FREEGLUT_MAX_MENUS         3
-#define  FREEGLUT_DEBUG             1
-
-#if FREEGLUT_DEBUG
-    #undef   G_DISABLE_ASSERT
-    #undef   G_DISABLE_CHECKS
-#else
-    #define  G_DISABLE_ASSERT
-    #define  G_DISABLE_CHECKS
-#endif
 
 /*
  * Somehow all Win32 include headers depend on this one: