mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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);
|
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
|
void
|
||||||
GCS_MAVLINK::send_text_P(gcs_severity severity, const prog_char_t *str)
|
GCS_MAVLINK::send_text_P(gcs_severity severity, const prog_char_t *str)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user