output: remove wlr_output_impl.export_dmabuf

No backend is using it anymore.
This commit is contained in:
Simon Ser 2021-07-12 18:37:40 +02:00 committed by Simon Zeni
parent 709190c4c8
commit bcd5d8504c
3 changed files with 1 additions and 10 deletions

View file

@ -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.