From 624b33ee7357ffc33e418e3e80ce9c63ff5a4964 Mon Sep 17 00:00:00 2001 From: Janosch Date: Mon, 10 Oct 2022 12:47:33 +0100 Subject: [PATCH] removing declaration from main --- src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index ce2c34c..efc3fee 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -201,11 +201,6 @@ static bool CheckChargerFaults() (active3 && ((Param::GetInt(Param::c3flag) & FLAG_FAULT) || timeouts[2])); } -static bool CheckUnplugged() -{ - return IsEvseInput() && !Param::GetBool(Param::proximity); -} - static bool CheckTimeout() { uint32_t now = rtc_get_counter_val();