From bff5416daebcede8ba704f87c3b569f24fefcf3e Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 13 Dec 2020 18:30:19 -0600 Subject: 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. --- video/out/wayland_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out') 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); -- cgit v1.2.3