aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-06-24 11:57:14 +0200
committerSimon Ser <contact@emersion.fr>2021-06-24 11:57:14 +0200
commitb69db15da6bbd0f110540a164c01aa6b6620953b (patch)
tree2ac254dfd1007965fec54afa6168d65e2b01ccd1 /include
parent264d4e2bceec3b3febf246dddaee9d8955065c43 (diff)
render/egl: remove stale wlr_egl_export_image_to_dmabuf decl
This function has been removed, but we forgot to drop it from the header.
Diffstat (limited to 'include')
-rw-r--r--include/wlr/render/egl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h
index 074c1653..32036a1f 100644
--- a/include/wlr/render/egl.h
+++ b/include/wlr/render/egl.h
@@ -117,10 +117,6 @@ const struct wlr_drm_format_set *wlr_egl_get_dmabuf_texture_formats(
const struct wlr_drm_format_set *wlr_egl_get_dmabuf_render_formats(
struct wlr_egl *egl);
-bool wlr_egl_export_image_to_dmabuf(struct wlr_egl *egl, EGLImageKHR image,
- int32_t width, int32_t height, uint32_t flags,
- struct wlr_dmabuf_attributes *attribs);
-
/**
* Destroys an EGL image created with the given wlr_egl.
*/