From 5ddeaa3f94e8ec2ca1192956b432d6eb6f6cc90a Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 5 Aug 2020 22:39:56 +0200 Subject: [PATCH] removed unused variables - PR #450 --- src/devices/solar.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/devices/solar.h b/src/devices/solar.h index 07e853af7..af8fd9832 100644 --- a/src/devices/solar.h +++ b/src/devices/solar.h @@ -46,10 +46,6 @@ class Solar : public EMSdevice { void console_commands(); - int16_t bottomTemp_ = EMS_VALUE_SHORT_NOTSET; // bottom temp (TS2) - int16_t bottomTemp2_ = EMS_VALUE_SHORT_NOTSET; // bottom temp cylinder 2 (TS5) - uint8_t pumpModulation_ = EMS_VALUE_UINT_NOTSET; // modulation solar pump - uint8_t pump_ = EMS_VALUE_BOOL_NOTSET; // pump active int16_t collectorTemp_ = EMS_VALUE_SHORT_NOTSET; // TS1: Temperature sensor for collector array 1 int16_t tankBottomTemp_ = EMS_VALUE_SHORT_NOTSET; // TS2: Temperature sensor 1 cylinder, bottom (solar thermal system) int16_t tankBottomTemp2_ = EMS_VALUE_SHORT_NOTSET; // TS5: Temperature sensor 2 cylinder, bottom, or swimming pool (solar thermal system)