From 8fae5e708e65bce09afa36a50a93a04e82224961 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Wed, 23 Feb 2022 07:20:58 +0100 Subject: [PATCH] Remove unused fsensor variables --- Firmware/fsensor.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Firmware/fsensor.cpp b/Firmware/fsensor.cpp index a20f1872c..3c92f9322 100755 --- a/Firmware/fsensor.cpp +++ b/Firmware/fsensor.cpp @@ -69,20 +69,6 @@ uint8_t fsensor_log = 1; //! autoload feature enabled bool fsensor_autoload_enabled = true; -//! autoload watching enable/disable flag -bool fsensor_watch_autoload = false; - -#ifdef PAT9125 -// -uint16_t fsensor_autoload_y; -// -uint8_t fsensor_autoload_c; -// -uint32_t fsensor_autoload_last_millis; -// -uint8_t fsensor_autoload_sum; -//! @} -#endif //! @name filament optical quality measurement variables