diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/storage.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/storage.h b/inc/storage.h index b54a6f7..ff1fbcb 100644 --- a/inc/storage.h +++ b/inc/storage.h @@ -54,10 +54,6 @@ class Storage */ std::vector<std::array<signed int, LINE_SIZE>> view(int base, int lines) const; - /** - * Refreshes the state of this storage device and lower. - */ - void resolve(); /** * Getter for lower attribute. |