diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 81cb66a..090f32d 100644 --- a/src/image.h +++ b/src/image.h @@ -5,7 +5,6 @@ #include <stdint.h> struct image { - uint8_t *buffer; uint32_t width; uint32_t height; uint32_t scale; |