summaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-02 12:16:00 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-02 12:16:00 -0400
commit35445b40a273ca1548915e1f17097a45aebbd44c (patch)
tree34ea2de2accaa52945318c20dcba50ea1cdd3258 /include/sway/input/seat.h
parent80col (diff)
downloadsway-35445b40a273ca1548915e1f17097a45aebbd44c.tar.gz
sway-35445b40a273ca1548915e1f17097a45aebbd44c.tar.zst
sway-35445b40a273ca1548915e1f17097a45aebbd44c.zip
remove unused attachment config
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 3a1cf350..5c3c2c4f 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -8,7 +8,6 @@ struct sway_seat_device {
8 struct sway_seat *sway_seat; 8 struct sway_seat *sway_seat;
9 struct sway_input_device *input_device; 9 struct sway_input_device *input_device;
10 struct sway_keyboard *keyboard; 10 struct sway_keyboard *keyboard;
11 struct seat_attachment_config *attachment_config;
12 struct wl_list link; // sway_seat::devices 11 struct wl_list link; // sway_seat::devices
13}; 12};
14 13