diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 07:10:51 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-08 15:33:07 -0700 |
commit | 6be94fa76ef3e2c41c7cb8487e639f0312d3b369 (patch) | |
tree | 6ba53cadf5390fb8eaa310fbea92157e8c42f4e7 | |
parent | 15319d63a389bd9af1819f53a2d021edcd6180f2 (diff) |
Purge macros NEED_EVENTS and 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/XF86VMode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XF86VMode.c b/src/XF86VMode.c index 83512ca..d924e2a 100644 --- a/src/XF86VMode.c +++ b/src/XF86VMode.c @@ -30,8 +30,6 @@ from Kaleb S. KEITHLEY. /* THIS IS NOT AN X CONSORTIUM STANDARD */ -#define NEED_EVENTS -#define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/extensions/xf86vmproto.h> #include <X11/extensions/xf86vmode.h> |