mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
pixman: Remove dead code
This commit is contained in:
parent
6bd44c4fcd
commit
693005ac99
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue