summaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h
index 090f32d..e3cf86f 100644
--- a/src/image.h
+++ b/src/image.h
@@ -7,7 +7,6 @@
struct image {
uint32_t width;
uint32_t height;
- uint32_t scale;
struct {
uint32_t x;
uint32_t y;