mirror of https://github.com/ArduPilot/ardupilot
Blimp: remove unused handle_command_mount override
This commit is contained in:
parent
dec9584e5e
commit
5e6b974556
|
@ -479,16 +479,6 @@ MAV_RESULT GCS_MAVLINK_Blimp::handle_command_int_packet(const mavlink_command_in
|
|||
}
|
||||
}
|
||||
|
||||
MAV_RESULT GCS_MAVLINK_Blimp::handle_command_mount(const mavlink_command_long_t &packet)
|
||||
{
|
||||
// if the mount doesn't do pan control then yaw the entire vehicle instead:
|
||||
switch (packet.command) {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return GCS_MAVLINK::handle_command_mount(packet);
|
||||
}
|
||||
|
||||
MAV_RESULT GCS_MAVLINK_Blimp::handle_command_long_packet(const mavlink_command_long_t &packet)
|
||||
{
|
||||
switch (packet.command) {
|
||||
|
|
|
@ -26,7 +26,6 @@ protected:
|
|||
void send_position_target_global_int() override;
|
||||
|
||||
MAV_RESULT handle_command_do_set_roi(const Location &roi_loc) override;
|
||||
MAV_RESULT handle_command_mount(const mavlink_command_long_t &packet) override;
|
||||
MAV_RESULT handle_command_int_packet(const mavlink_command_int_t &packet) override;
|
||||
MAV_RESULT handle_command_long_packet(const mavlink_command_long_t &packet) override;
|
||||
MAV_RESULT handle_command_int_do_reposition(const mavlink_command_int_t &packet);
|
||||
|
|
Loading…
Reference in New Issue