Sub: remove MSG_STATUSTEXT entirely
This commit is contained in:
parent
ea892d278f
commit
d2c57860fd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user