Skip to content

Commit

Permalink
Plane: 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 eb0edc9 commit ea892d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ArduPlane/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ea892d2

Please sign in to comment.