From e17404358f57105603ec47d5996c06479a4c2bc1 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 22 Feb 2021 01:57:34 +0100 Subject: [PATCH] Code cleanup --- src/hasp_gui.h | 6 ------ 1 file changed, 6 deletions(-) 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);