Commit 329c4376 authored by Patrick José Pereira's avatar Patrick José Pereira

uas: Remove unused variables

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 337c19bb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment