backend/headless: remove wlr_output_impl.export_dmabuf

This is now provided by the generic wlr_output implementation.
This commit is contained in:
Simon Ser 2021-06-08 09:44:42 +02:00 committed by Simon Zeni
parent 87e8c60faf
commit aec062d0d3
2 changed files with 4 additions and 34 deletions

View file

@ -25,8 +25,6 @@ struct wlr_headless_output {
struct wlr_headless_backend *backend;
struct wl_list link;
struct wlr_buffer *front_buffer;
struct wl_event_source *frame_timer;
int frame_delay; // ms
};