Plane: remove MSG_STATUSTEXT entirely

This commit is contained in:
Peter Barker 2017-07-18 12:35:45 +10:00 committed by Francisco Ferreira
parent eb0edc9b5b
commit ea892d278f

View File

@ -560,10 +560,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
queued_waypoint_send();
break;
case MSG_STATUSTEXT:
// depreciated, use GCS_MAVLINK::send_statustext*
return false;
case MSG_FENCE_STATUS:
#if GEOFENCE_ENABLED == ENABLED
CHECK_PAYLOAD_SIZE(FENCE_STATUS);