summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-13 00:13:58 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-13 00:13:58 +0100
commitfbfffc2193fc9e58333c6f11f16ded8191767e0f (patch)
tree06d8964d201593ca4ca9fe45dc0e84e4ea0fe7f1 /src/storage.h
parent0ee7d763090e32118829fb897ff8ad4261c3c27e (diff)
storage: shave off one i2c_read() in load, remove now unneeded header storage
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);