summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-02-16 18:14:17 +0100
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-02-16 18:14:17 +0100
commit891268955ee9df7d778faa7f3eca9a56687b653f (patch)
treeb2d4eb7b3e6a46d8e1b77f221a41db3ae92b6fc6 /video
parent98349fa910be0d9b4f36d53566dbcc93dd73cfce (diff)
downloadmpv-891268955ee9df7d778faa7f3eca9a56687b653f.tar.bz2
mpv-891268955ee9df7d778faa7f3eca9a56687b653f.tar.xz
wayland/shm: remove unused define
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;