1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

cleanups to address review comments

This commit is contained in:
J. Nick Koston
2025-06-21 13:18:25 +02:00
parent 02e922b56f
commit 8937ed2269

View File

@@ -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