src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/nvs_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/nvs_config.h')
-rw-r--r--main/nvs_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/nvs_config.h b/main/nvs_config.h
index 7688d81..b90577d 100644
--- a/main/nvs_config.h
+++ b/main/nvs_config.h
@@ -11,6 +11,3 @@ esp_err_t nvs_config_load(void);
// Persist the current viewport_state to NVS atomically. The caller is expected
// to have already mutated viewport_state under viewport_state_lock().
esp_err_t nvs_config_save(void);
-
-// Clear all persisted config. Caller is responsible for rebooting.
-esp_err_t nvs_config_reset(void);