summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h
index c72b766..cf66730 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -16,7 +16,6 @@ class Storage {
private:
uint8_t num_anims;
uint8_t page_offset;
- uint8_t header[2];
uint8_t first_free_page;
uint8_t i2c_start_write(void);
uint8_t i2c_start_read(void);