From 6c3d6be74b75e9aa8b1d5b454eb3b408bfdcfe30 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 12 Nov 2022 00:39:03 +0100 Subject: output: drop wlr_output_damage_whole() This function is not used anymore. Backends have no good reason to damage outputs. --- include/wlr/interfaces/wlr_output.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/wlr/interfaces/wlr_output.h') diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index cfad8f70..073ed023 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -129,10 +129,6 @@ void wlr_output_update_enabled(struct wlr_output *output, bool enabled); * output changes. */ void wlr_output_update_needs_frame(struct wlr_output *output); -/** - * Notify compositors that the output needs to be fully repainted. - */ -void wlr_output_damage_whole(struct wlr_output *output); /** * Send a frame event. * -- cgit v1.2.3