From f2973132685fe908a2dd651ea0b347456c911f37 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 22 Mar 2025 14:38:35 -0400 Subject: Remove manual clock advancing / resolution from storage devices --- inc/storage.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'inc/storage.h') 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> view(int base, int lines) const; - /** - * Refreshes the state of this storage device and lower. - */ - void resolve(); /** * Getter for lower attribute. -- cgit v1.2.3