remove unused dimension from buffer calculations

This commit is contained in:
Tony Crisci 2017-08-14 15:32:20 -04:00
parent e46ec57b43
commit 84c6dbd58d
2 changed files with 0 additions and 4 deletions

View file

@ -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;
};