John Fay: Remove some obsolete defined symbols.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@498 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2004-05-12 00:17:46 +00:00
parent c46ead491e
commit d6eae7134a

View File

@ -51,15 +51,6 @@
#endif #endif
#define FREEGLUT_MAX_MENUS 3 #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: * Somehow all Win32 include headers depend on this one: