From 712be3fc158cf3ff6c4ae8ae55f1bc8ae7e2d3a6 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 1 Jul 2022 23:38:51 +0200 Subject: [PATCH] Code cleanup --- src/WebApi.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/WebApi.cpp b/src/WebApi.cpp index 71bcf45..52ac0df 100644 --- a/src/WebApi.cpp +++ b/src/WebApi.cpp @@ -50,8 +50,6 @@ void WebApiClass::loop() _ws.cleanupClients(); } - - void WebApiClass::onWebsocketEvent(AsyncWebSocket* server, AsyncWebSocketClient* client, AwsEventType type, void* arg, uint8_t* data, size_t len) { if (type == WS_EVT_CONNECT) {