Sub: remove MSG_STATUSTEXT entirely

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

View File

@ -579,10 +579,6 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
#endif
break;
case MSG_STATUSTEXT:
// deprecated, use gcs().send_statustext*
return false;
case MSG_LIMITS_STATUS:
#if AC_FENCE == ENABLED
CHECK_PAYLOAD_SIZE(LIMITS_STATUS);