commit 417a10f4772cb768d3a12fdd7b903a8d8ad9bcf9
parent d19648a304dd7c6731ce53a7b7a265019f5b4473
Author: madblobfish <madblobfish@users.noreply.github.com>
Date: Sun, 4 Nov 2018 17:38:13 +0100
removed unneeded code fragment
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/sway/input/seat.c b/sway/input/seat.c
@@ -55,9 +55,6 @@ void seat_destroy(struct sway_seat *seat) {
free(seat);
}
-static struct sway_seat_node *seat_node_from_node(
- struct sway_seat *seat, struct sway_node *node);
-
static void seat_node_destroy(struct sway_seat_node *seat_node) {
wl_list_remove(&seat_node->destroy.link);
wl_list_remove(&seat_node->link);