1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-03-02 17:02:08 +01:00

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

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