xdg-shell: remove unnecessary return

We're at the end of the function anyways.
Simon Ser 2 years ago
parent e69dd909f7
commit e1a1dc4be5

@ -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;
}
}

Loading…
Cancel
Save