summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2020-12-13 18:30:19 -0600
committerDudemanguy <random342@airmail.cc>2020-12-13 18:30:19 -0600
commitbff5416daebcede8ba704f87c3b569f24fefcf3e (patch)
treede89e05578b967968dccc0e723c360313186fe33 /video/out
parentdf805cfc848ea87ebe489af37946dce8c0a51d7d (diff)
downloadmpv-bff5416daebcede8ba704f87c3b569f24fefcf3e.tar.bz2
mpv-bff5416daebcede8ba704f87c3b569f24fefcf3e.tar.xz
wayland: remove unused function declaration
It looks this line was added over 3 years ago, but said function never actually existed or was used. Funny stuff.
Diffstat (limited to 'video/out')
-rw-r--r--video/out/wayland_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 41edcf5d2f..70e2fcbe68 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -149,7 +149,6 @@ int vo_wayland_init(struct vo *vo);
int vo_wayland_reconfig(struct vo *vo);
int vo_wayland_control(struct vo *vo, int *events, int request, void *arg);
int last_available_sync(struct vo_wayland_state *wl);
-void vo_wayland_check_events(struct vo *vo);
void vo_wayland_uninit(struct vo *vo);
void vo_wayland_wakeup(struct vo *vo);
void vo_wayland_wait_events(struct vo *vo, int64_t until_time_us);