From 6a2ff0dffe37f14510643eda777390bc26d3d256 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 4 Dec 2023 19:32:44 +0100 Subject: compositor: drop surface precommit event This is unused. --- include/wlr/types/wlr_compositor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h index 26530951..cb9f9292 100644 --- a/include/wlr/types/wlr_compositor.h +++ b/include/wlr/types/wlr_compositor.h @@ -174,7 +174,6 @@ struct wlr_surface { struct { struct wl_signal client_commit; - struct wl_signal precommit; // const struct wlr_surface_state * struct wl_signal commit; /** -- cgit v1.2.3