From 71577cf6d43c54493a85e861ed3f2d47168ddf7f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 13 May 2025 22:37:00 -0500 Subject: [PATCH] reduce --- esphome/components/api/api_connection.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index b4a9d5eafa..a41f733408 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -12,12 +12,8 @@ #include namespace esphome { -class EntityBase; namespace api { -// Forward declaration -std::string get_default_unique_id(const std::string &component_type, EntityBase *entity); - // Function signature for deferred message handlers using send_message_t = bool (APIConnection::*)(void *);