mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
remove unused dimension from buffer calculations
This commit is contained in:
parent
e46ec57b43
commit
84c6dbd58d
2 changed files with 0 additions and 4 deletions
|
|
@ -61,7 +61,6 @@ struct wlr_texture {
|
|||
bool valid;
|
||||
uint32_t format;
|
||||
int width, height;
|
||||
int height_from_buffer, width_from_buffer;
|
||||
struct wl_signal destroy_signal;
|
||||
struct wl_resource *resource;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue