server: refactor server_finish()

This commit is contained in:
Johan Malm 2020-10-22 19:54:30 +01:00
parent d39b158cec
commit 109d942534
2 changed files with 12 additions and 8 deletions

View file

@ -111,7 +111,6 @@ seat_finish(struct server *server)
}
wlr_xcursor_manager_destroy(seat->xcursor_manager);
wlr_cursor_destroy(seat->cursor);
wlr_seat_destroy(server->seat.seat);
}
void