From e1a1dc4be5eba4faa7c81ef9039278a4ae5ba6a9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 31 Jan 2023 15:55:48 +0100 Subject: [PATCH] xdg-shell: remove unnecessary return We're at the end of the function anyways. --- types/xdg_shell/wlr_xdg_toplevel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/types/xdg_shell/wlr_xdg_toplevel.c b/types/xdg_shell/wlr_xdg_toplevel.c index a8728141..26bf15bc 100644 --- a/types/xdg_shell/wlr_xdg_toplevel.c +++ b/types/xdg_shell/wlr_xdg_toplevel.c @@ -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; } }