From bcd5d8504c4370134d5fb3c1c324fcab49fecbb8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 12 Jul 2021 18:37:40 +0200 Subject: output: remove wlr_output_impl.export_dmabuf No backend is using it anymore. --- include/wlr/interfaces/wlr_output.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/wlr/interfaces') diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 83d1b58a..376e0875 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -83,11 +83,6 @@ struct wlr_output_impl { * Zero can be returned if the output doesn't support gamma LUTs. */ size_t (*get_gamma_size)(struct wlr_output *output); - /** - * Export the output's current back-buffer as a DMA-BUF. - */ - bool (*export_dmabuf)(struct wlr_output *output, - struct wlr_dmabuf_attributes *attribs); /** * Get the list of formats suitable for the cursor, assuming a buffer with * the specified capabilities. -- cgit v1.2.3