[PATCH 4/6] Remove unnecessary #undefs of [f]abs and old comments
Matt Turner
mattst88 at gmail.com
Wed Apr 27 16:33:04 PDT 2011
Signed-off-by: Matt Turner <mattst88 at gmail.com>
---
glx/glxserver.h | 6 ------
hw/dmx/glxProxy/glxserver.h | 6 ------
2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/glx/glxserver.h b/glx/glxserver.h
index 891315b..6bcf7d3 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 cd833f8..03e95b8 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>
--
1.7.3.4
More information about the xorg-devel
mailing list