From: J.C. Jones Date: Wed, 12 May 2004 00:17:46 +0000 (+0000) Subject: John Fay: Remove some obsolete defined symbols. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=b6a0985f2f8fe7885f11089520e209e036b5d75a;p=freeglut John Fay: Remove some obsolete defined symbols. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@498 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 013cae8..85f6a6d 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -51,15 +51,6 @@ #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: