aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r--sway/tree/output.c1
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) {
271 list_del(root->outputs, index); 271 list_del(root->outputs, index);
272 272
273 output->enabled = false; 273 output->enabled = false;
274 output->current_mode = NULL;
275 274
276 arrange_root(); 275 arrange_root();
277 276