xdg-shell: remove unnecessary return

We're at the end of the function anyways.
This commit is contained in:
Simon Ser 2023-01-31 15:55:48 +01:00
parent e69dd909f7
commit e1a1dc4be5
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ void handle_xdg_toplevel_committed(struct wlr_xdg_toplevel *toplevel) {
WLR_XDG_TOPLEVEL_WM_CAPABILITIES_FULLSCREEN |
WLR_XDG_TOPLEVEL_WM_CAPABILITIES_MINIMIZE);
}
return;
}
}