diff options
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r-- | sway/tree/output.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c index afc336f8..35589032 100644 --- a/sway/tree/output.c +++ b/sway/tree/output.c @@ -253,9 +253,6 @@ struct output_config *output_find_config(struct sway_output *output) { oc = all; } - if (oc && !oc->enabled) { - return NULL; - } return oc; } |