render/gles2: remove stale gles2_texture_from_wl_drm() prototype

This function doesn't exist anymore.
This commit is contained in:
Simon Ser 2022-10-25 10:19:15 +02:00
parent a773231c42
commit f83b3809cf
1 changed files with 0 additions and 2 deletions

View File

@ -126,8 +126,6 @@ struct wlr_gles2_renderer *gles2_get_renderer(
struct wlr_gles2_texture *gles2_get_texture(
struct wlr_texture *wlr_texture);
struct wlr_texture *gles2_texture_from_wl_drm(struct wlr_renderer *wlr_renderer,
struct wl_resource *data);
struct wlr_texture *gles2_texture_from_buffer(struct wlr_renderer *wlr_renderer,
struct wlr_buffer *buffer);
void gles2_texture_destroy(struct wlr_gles2_texture *texture);