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 a66e0cb..2afaa4d 100644 --- a/src/image.h +++ b/src/image.h @@ -8,7 +8,6 @@ struct image { uint8_t *buffer; uint32_t width; uint32_t height; - bool swizzle; bool redraw; struct { uint32_t x; |