Ref T189, include order and removed unused variable

This commit is contained in:
Klaus Basan
2017-11-11 23:25:40 +01:00
parent 22c34f4e23
commit 0a1f5c49ae
2 changed files with 3 additions and 5 deletions

View File

@@ -850,8 +850,6 @@ namespace BlackCore
situation.setCurrentUtcTime();
situation.setTimeOffsetMs(c_positionTimeOffsetMsec);
QString transponderName("transponder ");
transponderName.append(callsign.asString());
CTransponder::TransponderMode mode = CTransponder::StateStandby;
switch (position->transponderMode)
{