From 19347bac9eafd8572362f8a131b2c0e4db03c24d Mon Sep 17 00:00:00 2001 From: mulcmu Date: Thu, 21 Dec 2023 08:32:11 -0500 Subject: [PATCH] remove toggle_learn --- components/ratgdo/ratgdo.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 4a6f3109..056782d5 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -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&& f) { // change update to children is defered until after component loop