From 57373180d1b1842b0ee9e0d60a8b6e0e527addca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 29 Sep 2020 22:36:30 -0300 Subject: [PATCH] AP_LeakDetector: Remove not used LeakDetector_Type enum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- libraries/AP_LeakDetector/AP_LeakDetector.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/AP_LeakDetector/AP_LeakDetector.h b/libraries/AP_LeakDetector/AP_LeakDetector.h index dafd64ae96..94efdae687 100644 --- a/libraries/AP_LeakDetector/AP_LeakDetector.h +++ b/libraries/AP_LeakDetector/AP_LeakDetector.h @@ -20,12 +20,6 @@ public: AP_LeakDetector(const AP_LeakDetector &other) = delete; AP_LeakDetector &operator=(const AP_LeakDetector&) = delete; - enum LeakDetector_Type { - LEAKDETECTOR_TYPE_NONE = 0, - LEAKDETECTOR_TYPE_DIGITAL = 1, - LEAKDETECTOR_TYPE_ANALOG = 2 - }; - struct LeakDetector_State { uint8_t instance; bool status; // leaking?