pixman: Remove dead code

master
Alexander Orzechowski 1 year ago
parent 6bd44c4fcd
commit 693005ac99

@ -92,9 +92,6 @@ static const struct wlr_texture_impl texture_impl = {
.destroy = texture_destroy, .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) { static void destroy_buffer(struct wlr_pixman_buffer *buffer) {
wl_list_remove(&buffer->link); wl_list_remove(&buffer->link);
wl_list_remove(&buffer->buffer_destroy.link); wl_list_remove(&buffer->buffer_destroy.link);

Loading…
Cancel
Save