Tracker: remove dead case in message switch

This commit is contained in:
Peter Barker 2019-02-27 11:17:18 +11:00 committed by Peter Barker
parent 3f6dd706d1
commit 54cb76ca83
1 changed files with 0 additions and 3 deletions

View File

@ -380,9 +380,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
{
switch (msg->msgid) {
case MAVLINK_MSG_ID_HEARTBEAT:
break;
// When mavproxy 'wp sethome'
case MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST:
{