output: drop current_mode

This is now unused.
This commit is contained in:
Simon Ser 2023-07-31 10:19:52 +02:00
parent 170598d71b
commit f8ddd97e0e
3 changed files with 0 additions and 7 deletions

View file

@ -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();