From 8808991638cc7270996860fbe159542c65eb2823 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 29 Mar 2019 19:24:42 +1100 Subject: [PATCH] RC_Channel: remove unused enumeration --- libraries/RC_Channel/RC_Channel.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/RC_Channel/RC_Channel.h b/libraries/RC_Channel/RC_Channel.h index 0369a51ccd..0654f8cac4 100644 --- a/libraries/RC_Channel/RC_Channel.h +++ b/libraries/RC_Channel/RC_Channel.h @@ -16,13 +16,6 @@ public: // Constructor RC_Channel(void); - // used to get min/max/trim limit value based on _reverse - enum LimitValue { - RC_CHANNEL_LIMIT_TRIM, - RC_CHANNEL_LIMIT_MIN, - RC_CHANNEL_LIMIT_MAX - }; - enum InputIgnore { RC_IGNORE_RECEIVER = (1 << 0), // RC receiver modules RC_IGNORE_OVERRIDES = (1 << 1), // MAVLink overrides