From 3bffe3c345a9e92f67a91f57599f686f87e8c19c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 21 May 2018 22:35:10 +1000 Subject: [PATCH] Tracker: create persist_streamrates() callback to indicate persistence --- AntennaTracker/GCS_Mavlink.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/AntennaTracker/GCS_Mavlink.cpp b/AntennaTracker/GCS_Mavlink.cpp index c154bd206f..35a7c8080e 100644 --- a/AntennaTracker/GCS_Mavlink.cpp +++ b/AntennaTracker/GCS_Mavlink.cpp @@ -374,15 +374,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg) { switch (msg->msgid) { - // If we are currently operating as a proxy for a remote, - // alas we have to look inside each packet to see if it's for us or for the remote - case MAVLINK_MSG_ID_REQUEST_DATA_STREAM: - { - handle_request_data_stream(msg, false); - break; - } - - case MAVLINK_MSG_ID_HEARTBEAT: break;