aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar madblobfish <madblobfish@users.noreply.github.com>2018-11-04 17:38:13 +0100
committerLibravatar madblobfish <madblobfish@users.noreply.github.com>2018-11-04 17:38:13 +0100
commit417a10f4772cb768d3a12fdd7b903a8d8ad9bcf9 (patch)
tree5ab30596a3b45446fc3617bdcf18a48771572ba4 /sway/input/seat.c
parentMerge pull request #3061 from colemickens/output-current-mode (diff)
downloadsway-417a10f4772cb768d3a12fdd7b903a8d8ad9bcf9.tar.gz
sway-417a10f4772cb768d3a12fdd7b903a8d8ad9bcf9.tar.zst
sway-417a10f4772cb768d3a12fdd7b903a8d8ad9bcf9.zip
removed unneeded code fragment
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 64419afa..54fdf40b 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -55,9 +55,6 @@ void seat_destroy(struct sway_seat *seat) {
55 free(seat); 55 free(seat);
56} 56}
57 57
58static struct sway_seat_node *seat_node_from_node(
59 struct sway_seat *seat, struct sway_node *node);
60
61static void seat_node_destroy(struct sway_seat_node *seat_node) { 58static void seat_node_destroy(struct sway_seat_node *seat_node) {
62 wl_list_remove(&seat_node->destroy.link); 59 wl_list_remove(&seat_node->destroy.link);
63 wl_list_remove(&seat_node->link); 60 wl_list_remove(&seat_node->link);