summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Carrijo <fcarrijo@yahoo.com.br>2010-07-01 07:06:17 -0300
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-08 15:13:55 -0700
commite003c948a51af2d89a23fb697ec44aab970ce853 (patch)
tree8be5cf29c323fd9fa43ff205baeddd206e237538
parentbea7d18c45b8d09c27a7e8c181b6efd27c4a36d7 (diff)
Purge macro NEED_REPLIES
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/XvMC.c2
-rw-r--r--src/XvMClibint.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/XvMC.c b/src/XvMC.c
index 3d9b7b0..a850dc7 100644
--- a/src/XvMC.c
+++ b/src/XvMC.c
@@ -1,7 +1,5 @@
/* $XFree86: xc/lib/XvMC/XvMC.c,v 1.4 2001/11/14 21:54:38 mvojkovi Exp $ */
-#define NEED_REPLIES
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/XvMClibint.h b/src/XvMClibint.h
index 3bbd788..408051f 100644
--- a/src/XvMClibint.h
+++ b/src/XvMClibint.h
@@ -2,7 +2,6 @@
#ifndef _XVMCLIBINT_H
#define _XVMCLIBINT_H
-#define NEED_REPLIES
#include <X11/Xlibint.h>
#include <X11/extensions/Xvproto.h>