remove toggle_learn
This commit is contained in:
parent
a7b30f2472
commit
39b545124b
|
@ -759,11 +759,6 @@ namespace ratgdo {
|
|||
set_timeout(500, [=] { this->send_command(Command::GET_STATUS); });
|
||||
}
|
||||
|
||||
void RATGDOComponent::toggle_learn()
|
||||
{
|
||||
this->learn_state = learn_state_toggle(*this->learn_state);
|
||||
}
|
||||
|
||||
void RATGDOComponent::subscribe_rolling_code_counter(std::function<void(uint32_t)>&& f)
|
||||
{
|
||||
// change update to children is defered until after component loop
|
||||
|
|
|
@ -174,7 +174,6 @@ namespace ratgdo {
|
|||
void lock();
|
||||
void unlock();
|
||||
|
||||
void toggle_learn();
|
||||
void activate_learn();
|
||||
void inactivate_learn();
|
||||
|
||||
|
|
Loading…
Reference in New Issue