mirror of
https://github.com/swaywm/sway.git
synced 2026-04-03 07:15:39 -04:00
output: drop current_mode
This is now unused.
This commit is contained in:
parent
170598d71b
commit
f8ddd97e0e
3 changed files with 0 additions and 7 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue