mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xdg-shell: remove unnecessary return
We're at the end of the function anyways.
This commit is contained in:
parent
e69dd909f7
commit
e1a1dc4be5
1 changed files with 0 additions and 1 deletions
|
|
@ -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_FULLSCREEN |
|
||||||
WLR_XDG_TOPLEVEL_WM_CAPABILITIES_MINIMIZE);
|
WLR_XDG_TOPLEVEL_WM_CAPABILITIES_MINIMIZE);
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue