AP_Mount: removed unused enum

This commit is contained in:
Andrew Tridgell 2012-07-03 10:39:34 +10:00
parent f150c645c8
commit 1142ec0665
1 changed files with 0 additions and 7 deletions

View File

@ -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);