From f731beb2b8fa26a85114c857e1b2b5563761d86e Mon Sep 17 00:00:00 2001 From: Barbudor Date: Sun, 27 Feb 2022 19:55:41 +0000 Subject: [PATCH] Remove dependency on USE_LIGHT for cron class --- lib/libesp32/berry_tasmota/src/be_cron_class.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/libesp32/berry_tasmota/src/be_cron_class.cpp b/lib/libesp32/berry_tasmota/src/be_cron_class.cpp index a79d069ae..56acc4458 100644 --- a/lib/libesp32/berry_tasmota/src/be_cron_class.cpp +++ b/lib/libesp32/berry_tasmota/src/be_cron_class.cpp @@ -5,7 +5,6 @@ * Can be eventually subclassed to handle a physical light. * *******************************************************************/ -#ifdef USE_LIGHT #include "be_constobj.h" #include "be_mapping.h" @@ -79,5 +78,3 @@ class be_class_ccronexpr (scope: global, name: ccronexpr) { now, static_ctype_func(ccronexpr_now) } @const_object_info_end */ - -#endif // USE_LIGHT