From 2a8a23c467868a615b660d127801f3de60d1824b Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 13 Jul 2024 23:39:17 +0200 Subject: [PATCH] wlr_output: remove dead function --- include/wlr/types/wlr_output.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index ff675bd3..2fb98780 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -369,12 +369,6 @@ void wlr_output_lock_attach_render(struct wlr_output *output, bool lock); * a lock. */ void wlr_output_lock_software_cursors(struct wlr_output *output, bool lock); -/** - * Renders software cursors. This is a utility function that can be called when - * compositors render. - */ -void wlr_output_render_software_cursors(struct wlr_output *output, - const pixman_region32_t *damage); /** * Render software cursors. *