From e065f6c629a555b0d6ed8bf574d4353a5d81c41f Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 12 Dec 2019 12:42:52 +1100 Subject: [PATCH] GCS_MAVLink: remove incorrect and superfluous comment --- libraries/GCS_MAVLink/GCS_Common.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/GCS_MAVLink/GCS_Common.cpp b/libraries/GCS_MAVLink/GCS_Common.cpp index 814dfd403e..b9dfd7f439 100644 --- a/libraries/GCS_MAVLink/GCS_Common.cpp +++ b/libraries/GCS_MAVLink/GCS_Common.cpp @@ -816,10 +816,6 @@ void GCS_MAVLINK::handle_radio_status(const mavlink_message_t &msg, bool log_rad } } -/* - handle an incoming mission item - return true if this is the last mission item, otherwise false - */ void GCS_MAVLINK::handle_mission_item(const mavlink_message_t &msg) { // TODO: rename packet to mission_item_int