1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

remove unused static declarations (#4993)

This commit is contained in:
Samuel Sieb
2023-06-22 18:03:31 -07:00
committed by GitHub
parent ec3d5fc427
commit fc0e1a3cb9
2 changed files with 10 additions and 14 deletions

View File

@@ -8,10 +8,6 @@ namespace esphome {
template<typename T> bool increment_time_value(T &current, uint16_t begin, uint16_t end);
static bool is_leap_year(uint32_t year);
static uint8_t days_in_month(uint8_t month, uint16_t year);
/// A more user-friendly version of struct tm from time.h
struct ESPTime {
/** seconds after the minute [0-60]