mirror of https://github.com/mpv-player/mpv
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.
This commit is contained in:
parent
df805cfc84
commit
bff5416dae
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue