From 1142ec06655042b003ca5442f43c6c2d2d02e310 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 3 Jul 2012 10:39:34 +1000 Subject: [PATCH] AP_Mount: removed unused enum --- libraries/AP_Mount/AP_Mount.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/AP_Mount/AP_Mount.h b/libraries/AP_Mount/AP_Mount.h index db9925c59f..9376035806 100644 --- a/libraries/AP_Mount/AP_Mount.h +++ b/libraries/AP_Mount/AP_Mount.h @@ -35,13 +35,6 @@ public: //Constructor AP_Mount(const struct Location *current_loc, GPS *&gps, AP_AHRS *ahrs); - //enums - enum MountType{ - k_pan_tilt = 0, ///< yaw-pitch - k_tilt_roll = 1, ///< pitch-roll - k_pan_tilt_roll = 2, ///< yaw-pitch-roll - }; - // MAVLink methods void configure_msg(mavlink_message_t* msg); void control_msg(mavlink_message_t* msg);