summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2011-04-27 14:19:41 -0400
committerMatt Turner <mattst88@gmail.com>2011-09-21 17:12:04 -0400
commit40a47bd628f525d2d8bd3ca76554089a6e9d2a1d (patch)
treed50ac8f114f9aa7438da4af6f1dc27fb0d174edb
parent079a7585e44d25a0a9fb6662c6382dfbe8f6cd3c (diff)
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>
-rw-r--r--glx/glxserver.h6
-rw-r--r--hw/dmx/glxProxy/glxserver.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/glx/glxserver.h b/glx/glxserver.h
index 891315b74..6bcf7d3a7 100644
--- a/glx/glxserver.h
+++ b/glx/glxserver.h
@@ -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>
diff --git a/hw/dmx/glxProxy/glxserver.h b/hw/dmx/glxProxy/glxserver.h
index cd833f853..03e95b865 100644
--- a/hw/dmx/glxProxy/glxserver.h
+++ b/hw/dmx/glxProxy/glxserver.h
@@ -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>