diff --git a/libraries/shared/src/SettingManager.cpp b/libraries/shared/src/SettingManager.cpp index 571a6ddedb..3b8539bb9a 100644 --- a/libraries/shared/src/SettingManager.cpp +++ b/libraries/shared/src/SettingManager.cpp @@ -155,12 +155,6 @@ namespace Setting { } - - /** - * @brief Forces saving the current configuration - * - * @warning This function is for testing only, should only be called from the test suite. - */ void Manager::forceSave() { emit syncRequested(); }