mirror of https://github.com/ArduPilot/ardupilot
Plane: remove unused send_text() function
This commit is contained in:
parent
6f757ed457
commit
4913aff8cd
|
@ -946,12 +946,6 @@ GCS_MAVLINK::send_message(enum ap_message id)
|
|||
mavlink_send_message(chan,id, packet_drops);
|
||||
}
|
||||
|
||||
void
|
||||
GCS_MAVLINK::send_text(gcs_severity severity, const char *str)
|
||||
{
|
||||
mavlink_send_text(chan,severity,str);
|
||||
}
|
||||
|
||||
void
|
||||
GCS_MAVLINK::send_text_P(gcs_severity severity, const prog_char_t *str)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue