remove unused attachment config

This commit is contained in:
Tony Crisci 2018-04-02 12:16:00 -04:00
parent a82c107c76
commit 35445b40a2
3 changed files with 26 additions and 12 deletions

View file

@ -8,7 +8,6 @@ struct sway_seat_device {
struct sway_seat *sway_seat;
struct sway_input_device *input_device;
struct sway_keyboard *keyboard;
struct seat_attachment_config *attachment_config;
struct wl_list link; // sway_seat::devices
};