aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-08-14 15:32:20 -0400
committerTony Crisci <tony@dubstepdish.com>2017-08-15 07:36:51 -0400
commit84c6dbd58d0dc862488c9c6364f9f78276a893f0 (patch)
tree8e644287be8bd999b40a8cf6fc26c15cfd3fecb1 /include/wlr/render.h
parente46ec57b43054705a6ff649ba358c5d14cccbca5 (diff)
remove unused dimension from buffer calculations
Diffstat (limited to 'include/wlr/render.h')
-rw-r--r--include/wlr/render.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/render.h b/include/wlr/render.h
index 90081b7a..96b61ddf 100644
--- a/include/wlr/render.h
+++ b/include/wlr/render.h
@@ -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;
};