From 67f363b659a8ca75d685f4ce44d41b26531057de Mon Sep 17 00:00:00 2001 From: mverch67 Date: Mon, 23 Sep 2024 23:14:20 +0200 Subject: [PATCH] fix merge --- src/mesh/PhoneAPI.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mesh/PhoneAPI.h b/src/mesh/PhoneAPI.h index 3418928d8c..17fd98beb2 100644 --- a/src/mesh/PhoneAPI.h +++ b/src/mesh/PhoneAPI.h @@ -147,11 +147,6 @@ class PhoneAPI */ virtual void onNowHasData(uint32_t fromRadioNum) {} - /** - * Subclasses can use this to find out when a client drops the link - */ - virtual void handleDisconnect(); - /// begin a new connection void handleStartConfig();