diff options
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c index eccab2f7..0960f413 100644 --- a/sway/tree/output.c +++ b/sway/tree/output.c @@ -271,7 +271,6 @@ void output_disable(struct sway_output *output) { list_del(root->outputs, index); output->enabled = false; - output->current_mode = NULL; arrange_root(); |