From 4ddde1a7bda543c4520bd6b50372c93d051e4395 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 12 Jul 2021 17:54:43 +0200 Subject: output: drop wlr_output_impl.{attach,rollback}_render No backend uses these anymore. --- include/wlr/interfaces/wlr_output.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 376e0875..100754f6 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -51,19 +51,6 @@ struct wlr_output_impl { * Cleanup backend-specific resources tied to the output. */ void (*destroy)(struct wlr_output *output); - /** - * Make the output's back-buffer current for the renderer. - * - * buffer_age must be set to the buffer age in number of frames, or -1 if - * unknown. - */ - bool (*attach_render)(struct wlr_output *output, int *buffer_age); - /** - * Unset the current renderer's buffer. - * - * This is the opposite of attach_render. - */ - void (*rollback_render)(struct wlr_output *output); /** * Check that the pending output state is a valid configuration. * -- cgit v1.2.3