summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-05-01 15:46:01 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-05-01 15:46:01 +0200
commit3899e594eaf26553fad68ed3e95556577fc6d786 (patch)
treefb6a41bfe72739f93ab971c652d72fa1736b07b0 /video/out/wayland_common.h
parentdb0c3d79f8dc53e07d0215fd1c67a0922e735d8f (diff)
downloadmpv-3899e594eaf26553fad68ed3e95556577fc6d786.tar.bz2
mpv-3899e594eaf26553fad68ed3e95556577fc6d786.tar.xz
wayland: remove input modifier variable
This variable was never used anywhere.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 30706686fe..a9f3975672 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -109,8 +109,6 @@ struct vo_wayland_input {
xkb_mod_mask_t control_mask;
xkb_mod_mask_t alt_mask;
} xkb;
-
- int modifiers;
};
struct vo_wayland_state {