diff --git a/src/hasp_gui.h b/src/hasp_gui.h index ccaccf76..46722dae 100644 --- a/src/hasp_gui.h +++ b/src/hasp_gui.h @@ -28,12 +28,6 @@ void guiCalibrate(void); void guiTakeScreenshot(const char* pFileName); // to file void guiTakeScreenshot(void); // webclient -/* ===== Getter and Setter Functions ===== */ -// void guiSetDim(int8_t level); -// int8_t guiGetDim(); -// void guiSetBacklight(bool lighton); -// bool guiGetBacklight(); - /* ===== Read/Write Configuration ===== */ #if HASP_USE_CONFIG > 0 bool guiGetConfig(const JsonObject& settings);