From 40a47bd628f525d2d8bd3ca76554089a6e9d2a1d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 27 Apr 2011 14:19:41 -0400 Subject: [PATCH] Remove unnecessary #undefs of [f]abs and old comments Reviewed-by: Jeremy Huddleston Tested-by: Jeremy Huddleston Reviewed-by: Daniel Stone Signed-off-by: Matt Turner --- glx/glxserver.h | 6 ------ hw/dmx/glxProxy/glxserver.h | 6 ------ 2 files changed, 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 #include -/* -** The X header misc.h defines these math functions. -*/ -#undef abs -#undef fabs - #define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include #include 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 -/* -** The X header misc.h defines these math functions. -*/ -#undef abs -#undef fabs - #define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include #include