From 8937ed226957429317ea81e7ebf57511fe09d754 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Jun 2025 13:18:25 +0200 Subject: [PATCH] cleanups to address review comments --- esphome/core/application.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/core/application.h b/esphome/core/application.h index ee1f5db726..0e3869800f 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -114,8 +114,6 @@ class Application { #ifdef USE_SUB_DEVICE void register_sub_device(SubDevice *sub_device) { this->sub_devices_.push_back(sub_device); } -#endif -#ifdef USE_SUB_DEVICE void register_area(SubArea *area) { this->areas_.push_back(area); } #endif