mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-01 07:16:07 -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);
|
free(loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dispatch_idles(struct wl_event_loop *loop)
|
dispatch_idles(struct wl_event_loop *loop)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue