renderer/pixman: Nuke wlr_pixman_texture_get_image

Consumers can just get the image from the wlr_pixman_texture.
Getting rid of this will make the transition to use wlr_raster easier.
This commit is contained in:
Alexander Orzechowski 2022-06-20 03:26:53 -04:00
parent bc53c79048
commit 5dd7c00a7c
2 changed files with 0 additions and 6 deletions

View file

@ -22,6 +22,5 @@ pixman_image_t *wlr_pixman_renderer_get_current_image(
bool wlr_renderer_is_pixman(struct wlr_renderer *wlr_renderer);
bool wlr_texture_is_pixman(struct wlr_texture *texture);
pixman_image_t *wlr_pixman_texture_get_image(struct wlr_texture *wlr_texture);
#endif