Plane: remove unused send_text() function

This commit is contained in:
Andrew Tridgell 2012-12-19 07:17:46 +11:00
parent 6f757ed457
commit 4913aff8cd
1 changed files with 0 additions and 6 deletions

View File

@ -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)
{