summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_wayland.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_wayland.c b/video/out/vo_wayland.c
index b40d20fea0..52aa1aa233 100644
--- a/video/out/vo_wayland.c
+++ b/video/out/vo_wayland.c
@@ -44,8 +44,6 @@
#include "wayland_common.h"
#include "wayland-version.h"
-#define MAX_BUFFERS 2
-
static void draw_image(struct vo *vo, mp_image_t *mpi);
static const struct wl_callback_listener frame_listener;