pixman: Remove dead code

This commit is contained in:
Alexander Orzechowski 2023-06-19 12:44:57 -04:00
parent 6bd44c4fcd
commit 693005ac99
1 changed files with 0 additions and 3 deletions

View File

@ -92,9 +92,6 @@ static const struct wlr_texture_impl texture_impl = {
.destroy = texture_destroy,
};
struct wlr_pixman_texture *pixman_create_texture(
struct wlr_texture *wlr_texture, struct wlr_pixman_renderer *renderer);
static void destroy_buffer(struct wlr_pixman_buffer *buffer) {
wl_list_remove(&buffer->link);
wl_list_remove(&buffer->buffer_destroy.link);