mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
adjust
This commit is contained in:
@@ -146,9 +146,6 @@ class Scheduler {
|
||||
// Common implementation for cancel operations
|
||||
bool cancel_item_(Component *component, bool is_static_string, const void *name_ptr, SchedulerItem::Type type);
|
||||
|
||||
// Cancel heap items (items_ and to_add_)
|
||||
bool cancel_heap_item_(Component *component, bool is_static_string, const void *name_ptr, SchedulerItem::Type type);
|
||||
|
||||
private:
|
||||
// Helper to execute a scheduler item
|
||||
void execute_item_(SchedulerItem *item);
|
||||
|
||||
Reference in New Issue
Block a user