Revert "[storage] Possibility to store metadata with records (cursor in scripts)"

This commit is contained in:
Laury
2022-05-09 18:39:02 +02:00
parent 5220dda095
commit 36fa4a4152
7 changed files with 9 additions and 195 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;