Remove ancient binary settings code

This commit is contained in:
jpirnay
2026-05-21 21:49:39 +02:00
parent d1fb82f776
commit b4dd4ed8d7
12 changed files with 3 additions and 508 deletions
@@ -32,8 +32,6 @@ class KOReaderCredentialStore {
// Private constructor for singleton
KOReaderCredentialStore() = default;
bool loadFromBinaryFile();
friend bool JsonSettingsIO::saveKOReader(const KOReaderCredentialStore&, const char*);
friend bool JsonSettingsIO::loadKOReader(KOReaderCredentialStore&, const char*, bool*);