Revert "[storage] New attempt to save cursor position"

This reverts commit c826e556a1.
This commit is contained in:
Laury
2022-06-17 12:06:56 +02:00
parent 1319ad2f42
commit d983797ac8
9 changed files with 2 additions and 91 deletions

View File

@@ -50,8 +50,6 @@ public:
void toggleAutoimportationStatus();
const char * content() const;
size_t contentSize() { return value().size - k_statusSize; }
void setCursorOffset(uint16_t position); // -1 if no metadata
uint16_t cursorOffset();
/* Fetched status */
bool fetchedFromConsole() const;