aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/workspace.c')
-rw-r--r--sway/tree/workspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/workspace.c b/sway/tree/workspace.c
index 65284679..27e9ac7a 100644
--- a/sway/tree/workspace.c
+++ b/sway/tree/workspace.c
@@ -404,7 +404,6 @@ bool workspace_switch(struct sway_workspace *workspace,
404 } 404 }
405 seat_set_focus(seat, next); 405 seat_set_focus(seat, next);
406 arrange_workspace(workspace); 406 arrange_workspace(workspace);
407 cursor_rebase(seat->cursor);
408 return true; 407 return true;
409} 408}
410 409