aboutsummaryrefslogtreecommitdiff
path: root/sway/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/lock.c')
-rw-r--r--sway/lock.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sway/lock.c b/sway/lock.c
index 199624fc..6e279a51 100644
--- a/sway/lock.c
+++ b/sway/lock.c
@@ -155,11 +155,6 @@ static void handle_abandon(struct wl_listener *listener, void *data) {
wl_list_remove(&server.session_lock.lock_unlock.link);
wl_list_remove(&server.session_lock.lock_destroy.link);
- struct sway_seat *seat;
- wl_list_for_each(seat, &server.input->seats, link) {
- seat->exclusive_client = NULL;
- }
-
// redraw everything
for (int i = 0; i < root->outputs->length; ++i) {
struct sway_output *output = root->outputs->items[i];