mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Remove redundant return statements
This commit is contained in:
parent
6ec57271b6
commit
d8212243c9
3 changed files with 0 additions and 3 deletions
|
|
@ -256,7 +256,6 @@ static void invoke_swaybar(struct bar_config *bar) {
|
|||
}
|
||||
|
||||
sway_log(SWAY_DEBUG, "Spawned swaybar %s", bar->id);
|
||||
return;
|
||||
}
|
||||
|
||||
void load_swaybar(struct bar_config *bar) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue