Skip to content

Commit

Permalink
Sub: remove MSG_STATUSTEXT entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and OXINARF committed Jul 18, 2017
1 parent ea892d2 commit d2c5786
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ArduSub/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d2c5786

Please sign in to comment.