diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-09 17:52:46 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-09 17:52:46 +0100 |
commit | 34037743f70c6c5e2b8f916d992e70d42ca07b9b (patch) | |
tree | 874a698991c7872951651c565d773de4c0394096 /src/image.h | |
parent | 68132ab8fb66a0462b77304a5bbc9313f3dcb7bc (diff) |
Minor cleanup.
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 a366e59..81cb66a 100644 --- a/src/image.h +++ b/src/image.h @@ -9,7 +9,6 @@ struct image { uint32_t width; uint32_t height; uint32_t scale; - bool redraw; struct { uint32_t x; uint32_t y; |