From 7d3b45753c534cd832c03e44696d7ff004b6cd3b Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Tue, 1 Nov 2022 17:16:14 +0100 Subject: [PATCH] Comment moved to header --- libraries/shared/src/SettingManager.cpp | 6 ------ 1 file changed, 6 deletions(-) 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(); }