summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2020-07-19 15:07:24 -0500
committerDudemanguy <random342@airmail.cc>2020-07-19 15:21:05 -0500
commitc9742413ac5eeabfdd46503f67b7393c9bd99f49 (patch)
treeb23fed78b9f33057e267e7466f9f162a670ee5a1
parent63ae6037df115f376207592567ab785dc41ea511 (diff)
downloadmpv-c9742413ac5eeabfdd46503f67b7393c9bd99f49.tar.bz2
mpv-c9742413ac5eeabfdd46503f67b7393c9bd99f49.tar.xz
wayland: remove unused declaration
Should have been removed in 055a490 but was forgetten.
-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 4d26b0130d..31e75c4331 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -75,7 +75,6 @@ struct vo_wayland_state {
int reduced_height;
bool configured;
bool frame_wait;
- int timeout_count;
int wakeup_pipe[2];
int pending_vo_events;
int mouse_x;