Remove unnecessary #undefs of [f]abs and old comments

Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Tested-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Matt Turner 2011-04-27 14:19:41 -04:00
parent 079a7585e4
commit 40a47bd628
2 changed files with 0 additions and 12 deletions

View File

@ -46,12 +46,6 @@
#include <resource.h>
#include <scrnintstr.h>
/*
** The X header misc.h defines these math functions.
*/
#undef abs
#undef fabs
#define GL_GLEXT_PROTOTYPES /* we want prototypes */
#include <GL/gl.h>
#include <GL/glxproto.h>

View File

@ -42,12 +42,6 @@
#include <scrnintstr.h>
/*
** The X header misc.h defines these math functions.
*/
#undef abs
#undef fabs
#define GL_GLEXT_PROTOTYPES /* we want prototypes */
#include <GL/gl.h>
#include <GL/glxproto.h>