mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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…
Reference in a new issue