summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Carrijo <fcarrijo@yahoo.com.br>2010-07-01 07:12:02 -0300
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-09 20:33:22 -0700
commitbfb1b7a319eab8e13542cfc00b8407121eabb4d5 (patch)
tree420b0ebcaf976f51ac918048620b72f45c571dd5
parent1c05b48f976d89519a327c791a9a2bd7149ad581 (diff)
Purge macro NEED_EVENTS
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/bsd_kbd.c2
-rw-r--r--src/hurd_kbd.c1
-rw-r--r--src/kbd.c1
-rw-r--r--src/lnx_kbd.c2
4 files changed, 0 insertions, 6 deletions
diff --git a/src/bsd_kbd.c b/src/bsd_kbd.c
index aa0d473..3653042 100644
--- a/src/bsd_kbd.c
+++ b/src/bsd_kbd.c
@@ -8,8 +8,6 @@
* Copyright 1993 by David Dawes <dawes@xfree86.org>
*/
-#define NEED_EVENTS
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/hurd_kbd.c b/src/hurd_kbd.c
index fc084a0..d4b8fe4 100644
--- a/src/hurd_kbd.c
+++ b/src/hurd_kbd.c
@@ -22,7 +22,6 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_io.c,v 1.8 2002/10/11 01:40:35 dawes Exp $ */
-#define NEED_EVENTS
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/kbd.c b/src/kbd.c
index 5060c53..96409cf 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -20,7 +20,6 @@
#include <unistd.h>
#include <xorg-server.h>
-#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>
diff --git a/src/lnx_kbd.c b/src/lnx_kbd.c
index 670e990..4dcf492 100644
--- a/src/lnx_kbd.c
+++ b/src/lnx_kbd.c
@@ -12,8 +12,6 @@
* This program comes with ABSOLUTELY NO WARRANTY.
*/
-#define NEED_EVENTS
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif