mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
removed useless else statement
This commit is contained in:
parent
0a70287687
commit
7cb3b2a5cb
1 changed files with 0 additions and 1 deletions
1
dwl.c
1
dwl.c
|
|
@ -841,7 +841,6 @@ set_mode(struct wlr_output *output, int width, int height,
|
||||||
}
|
}
|
||||||
if (!best) {
|
if (!best) {
|
||||||
best = wlr_output_preferred_mode(output);
|
best = wlr_output_preferred_mode(output);
|
||||||
} else {
|
|
||||||
}
|
}
|
||||||
wlr_output_set_mode(output, best);
|
wlr_output_set_mode(output, best);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue