Index: sources/ApplicationController.h =================================================================== diff -u -r8c92a0d2fc6cb6475f502153dcbb0dacc7660021 -rfa0bd4432f4726fc0d29de0f93a8d5e725cf0274 --- sources/ApplicationController.h (.../ApplicationController.h) (revision 8c92a0d2fc6cb6475f502153dcbb0dacc7660021) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision fa0bd4432f4726fc0d29de0f93a8d5e725cf0274) @@ -19,11 +19,9 @@ // Project #include "main.h" // Doxygen : do not remove -//#include "MModel.h" #include "MModelAutoGen.h" #include "ApplicationPost.h" #include "GuiGlobalsAutoGen.h" -//#include "GuiGlobalsAutoGen.h" #include "MessageGlobalsAutoGen.h" #include "DeviceGlobals.h" @@ -119,8 +117,6 @@ void onOSVersion (bool vPass); void onPOSTEthernet (bool vPass); void onPOSTWiFi (bool vPass); - void onPOSTBluetooth (bool vPass); - void onPOSTCloudSync (bool vPass); void onPOSTFail (Gui::GuiAlarmID vAlarmID); void onPOSTDone (bool vPass);