address feedback

This commit is contained in:
Tony Crisci 2018-04-02 14:15:40 -04:00
parent 2187684bd0
commit 357a4401fa
4 changed files with 4 additions and 5 deletions

View file

@ -92,7 +92,6 @@ static void handle_seat_container_destroy(struct wl_listener *listener,
struct sway_container *parent = con->parent;
struct sway_container *focus = sway_seat_get_focus(seat);
// TODO handle workspace switch in the seat?
bool set_focus =
focus != NULL &&
(focus == con || container_has_child(con, focus)) &&