diff --git a/event-loop.c b/event-loop.c index 3546cdfb..345660f6 100644 --- a/event-loop.c +++ b/event-loop.c @@ -409,8 +409,6 @@ wl_event_loop_destroy(struct wl_event_loop *loop) free(loop); } -#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0]) - static void dispatch_idles(struct wl_event_loop *loop) {