From 1afa0a7ff27bb50714cf1d6613361c8f60e4afe5 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 20 Feb 2021 00:05:50 +1100 Subject: [PATCH] GCS_MAVLink: remove unused member and a bogus comment --- libraries/GCS_MAVLink/GCS.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libraries/GCS_MAVLink/GCS.h b/libraries/GCS_MAVLink/GCS.h index 07027a3a44..0381139d2b 100644 --- a/libraries/GCS_MAVLink/GCS.h +++ b/libraries/GCS_MAVLink/GCS.h @@ -560,18 +560,6 @@ private: // queued send uint32_t _queued_parameter_send_time_ms; - /// Count the number of reportable parameters. - /// - /// Not all parameters can be reported via MAVlink. We count the number - // that are - /// so that we can report to a GCS the number of parameters it should - // expect when it - /// requests the full set. - /// - /// @return The number of reportable parameters. - /// - uint16_t packet_drops; - // number of extra ms to add to slow things down for the radio uint16_t stream_slowdown_ms; // last reported radio buffer percent available