diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 06:58:28 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-08 14:22:10 -0700 |
commit | 30b076ea0b761c4a94c275be273accf311dc81c2 (patch) | |
tree | 7c17ad066b55604318de36d0a701e28a19e751ba /src/XListDev.c | |
parent | 54fbe5759aa961dccc618b35573845f847675570 (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>
Diffstat (limited to 'src/XListDev.c')
-rw-r--r-- | src/XListDev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XListDev.c b/src/XListDev.c index 46db220..c544ae0 100644 --- a/src/XListDev.c +++ b/src/XListDev.c @@ -51,8 +51,6 @@ SOFTWARE. * */ -#define NEED_REPLIES -#define NEED_EVENTS #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> #include <X11/Xlibint.h> |