From 329c4376478753752db12ed1e57779945a9a226e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 23 Oct 2018 22:38:53 -0300 Subject: [PATCH] uas: Remove unused variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/uas/UAS.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/uas/UAS.cc b/src/uas/UAS.cc index 861b59a0b..399a0bf78 100644 --- a/src/uas/UAS.cc +++ b/src/uas/UAS.cc @@ -181,9 +181,6 @@ void UAS::receiveMessage(mavlink_message_t message) // and we already got one attitude packet if (message.sysid == uasId && (!attitudeStamped || lastAttitude != 0 || message.msgid == MAVLINK_MSG_ID_ATTITUDE)) { - QString uasState; - QString stateDescription; - bool multiComponentSourceDetected = false; bool wrongComponent = false; -- 2.22.0