Copter: remove MSG_STATUSTEXT entirely

This commit is contained in:
Peter Barker 2017-07-18 12:35:40 +10:00 committed by Francisco Ferreira
parent d9c4e1ad8e
commit eb0edc9b5b
1 changed files with 0 additions and 4 deletions

View File

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