summaryrefslogtreecommitdiff
path: root/src/glx/XF86dri.c
diff options
context:
space:
mode:
authorFernando Carrijo <fcarrijo@yahoo.com.br>2010-07-01 09:29:56 -0700
committerBrian Paul <brianp@vmware.com>2010-07-01 13:07:07 -0600
commitd2fe97a209134ff5267e8aa065865c3398bfb280 (patch)
tree19455154b46c70e1abb423fa7885741a4e923f9a /src/glx/XF86dri.c
parent1d298a3764cef6a7119524fdc8f3c0d2589d6070 (diff)
mesa: Purge macros NEED_EVENTS and NEED_REPLIES
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/glx/XF86dri.c')
-rw-r--r--src/glx/XF86dri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/XF86dri.c b/src/glx/XF86dri.c
index d0e88805bc..36b43f0f84 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 <X11/Xlibint.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>