mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Remove duplicate #define ARRAY_LENGTH
This commit is contained in:
parent
4219a407ae
commit
c9ce03769d
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue