From 9a270023fe139b21fcb1e903af8d37f775bace55 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 2 Dec 2008 15:23:05 +0100 Subject: [PATCH] xutil: remove useless define Signed-off-by: Julien Danjou --- common/xutil.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/xutil.c b/common/xutil.c index c9813db29..c46f73f04 100644 --- a/common/xutil.c +++ b/common/xutil.c @@ -126,9 +126,6 @@ xutil_lock_mask_get(xcb_connection_t *connection, /* Number of different errors */ #define ERRORS_NBR 256 -/* Number of different events */ -#define EVENTS_NBR 126 - void xutil_error_handler_catch_all_set(xcb_event_handlers_t *evenths, xcb_generic_error_handler_t handler,