From ed9d7d58a45c2c3a2af4aa31aeb6078b7b228ec1 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Wed, 26 Nov 2025 21:29:52 +0100 Subject: [PATCH] Closes #300 remove unused function Signed-off-by: Lukas Bachschwell --- src/ESPUI.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ESPUI.h b/src/ESPUI.h index bcaf8da..012dc8f 100644 --- a/src/ESPUI.h +++ b/src/ESPUI.h @@ -288,7 +288,6 @@ protected: #define ClientUpdateType_t ESPUIclient::ClientUpdateType_t void NotifyClients(ClientUpdateType_t newState); - void NotifyClient(uint32_t WsClientId, ClientUpdateType_t newState); bool SendJsonDocToWebSocket(ArduinoJson::JsonDocument& document, uint16_t clientId);