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:
		| @@ -8,10 +8,6 @@ namespace esphome { | ||||
|  | ||||
| template<typename T> bool increment_time_value(T ¤t, 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] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user