Remove redundant return statements

This commit is contained in:
Carl Smedstad 2022-12-30 08:26:52 +01:00 committed by Simon Ser
parent 6ec57271b6
commit d8212243c9
3 changed files with 0 additions and 3 deletions

View file

@ -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) {

View file

@ -99,7 +99,6 @@ static void seat_attachment_config_free(
struct seat_attachment_config *attachment) {
free(attachment->identifier);
free(attachment);
return;
}
static struct seat_attachment_config *seat_attachment_config_copy(