From 3899e594eaf26553fad68ed3e95556577fc6d786 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Wed, 1 May 2013 15:46:01 +0200 Subject: wayland: remove input modifier variable This variable was never used anywhere. --- video/out/wayland_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/wayland_common.h') 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 { -- cgit v1.2.3