mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-08 22:45:58 +01:00
render/gles2: remove stale gles2_texture_from_wl_drm() prototype
This function doesn't exist anymore.
This commit is contained in:
parent
a773231c42
commit
f83b3809cf
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue