From 568b1943b9d1e35ce2c6e39d4d7d1014ec06ba3b Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Tue, 27 Jun 2023 12:32:39 -0400 Subject: wlr_output: Nuke wlr_output_update_enabled --- include/wlr/interfaces/wlr_output.h | 7 ------- 1 file changed, 7 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 2d8cd833..a5131297 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -103,13 +103,6 @@ struct wlr_output_impl { void wlr_output_init(struct wlr_output *output, struct wlr_backend *backend, const struct wlr_output_impl *impl, struct wl_display *display, const struct wlr_output_state *state); -/** - * Update the current output status. - * - * The backend must call this function when the status is updated to notify - * compositors about the change. - */ -void wlr_output_update_enabled(struct wlr_output *output, bool enabled); /** * Notify compositors that they need to submit a new frame in order to apply * output changes. -- cgit v1.2.3