From d2fe97a209134ff5267e8aa065865c3398bfb280 Mon Sep 17 00:00:00 2001 From: Fernando Carrijo Date: Thu, 1 Jul 2010 09:29:56 -0700 Subject: [PATCH] mesa: Purge macros NEED_EVENTS and NEED_REPLIES Signed-off-by: Fernando Carrijo Signed-off-by: Brian Paul --- src/driclient/src/XF86dri.c | 1 - src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c | 3 --- src/glx/XF86dri.c | 1 - src/glx/apple/appledri.c | 2 -- src/glx/dri2.c | 1 - src/glx/glxclient.h | 2 -- 6 files changed, 10 deletions(-) diff --git a/src/driclient/src/XF86dri.c b/src/driclient/src/XF86dri.c index 9e359a9..831a760 100644 --- a/src/driclient/src/XF86dri.c +++ b/src/driclient/src/XF86dri.c @@ -36,7 +36,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* THIS IS NOT AN X CONSORTIUM STANDARD */ -#define NEED_REPLIES #include #include #include diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c b/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c index 1cc8dda..237b308 100644 --- a/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c +++ b/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c @@ -32,9 +32,6 @@ * allows X clients to communicate with the driver. */ - -#define NEED_REPLIES -#define NEED_EVENTS #include "dixstruct.h" #include "extnsionst.h" #include diff --git a/src/glx/XF86dri.c b/src/glx/XF86dri.c index d0e8880..36b43f0 100644 --- a/src/glx/XF86dri.c +++ b/src/glx/XF86dri.c @@ -38,7 +38,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) -#define NEED_REPLIES #include #include #include diff --git a/src/glx/apple/appledri.c b/src/glx/apple/appledri.c index 4f2e8f9..46c84f3 100644 --- a/src/glx/apple/appledri.c +++ b/src/glx/apple/appledri.c @@ -38,8 +38,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* THIS IS NOT AN X CONSORTIUM STANDARD */ -#define NEED_EVENTS -#define NEED_REPLIES #include #include "appledristr.h" #include diff --git a/src/glx/dri2.c b/src/glx/dri2.c index 6afa414..e4ff538 100644 --- a/src/glx/dri2.c +++ b/src/glx/dri2.c @@ -33,7 +33,6 @@ #ifdef GLX_DIRECT_RENDERING -#define NEED_REPLIES #include #include #include diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 78c5f33..b41073f 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -37,8 +37,6 @@ #ifndef _GLX_client_h_ #define _GLX_client_h_ -#define NEED_REPLIES -#define NEED_EVENTS #include #include #include -- 2.7.4