From 24c645bfbee155c6d488e54cbcb0869326938b11 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:41:35 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 7637136..8ee534b 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -235,11 +235,6 @@ namespace ratgdo { } } - void RATGDOComponent::set_rolling_codes(bool useRollingCodes) - { - this->useRollingCodes_ = useRollingCodes; - } - // handle changes to the dry contact state void RATGDOComponent::dryContactLoop() {