summaryrefslogtreecommitdiffstats
path: root/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'connection.c')
-rw-r--r--connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/connection.c b/connection.c
index 264c6ab..5de4380 100644
--- a/connection.c
+++ b/connection.c
@@ -32,8 +32,6 @@
#include "wayland-util.h"
#include "connection.h"
-#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
-
struct wl_buffer {
char data[4096];
int head, tail;