Commit 4b005dcb authored by Lorenz Meier's avatar Lorenz Meier
Browse files

removed redundant timeout

parent 4a078f99
......@@ -459,7 +459,6 @@ void QGCToolBar::receiveTextMessage(int uasid, int componentid, int severity, QS
if (lastSystemMessage != text) changed = true;
lastSystemMessage = text;
lastSystemMessageTimeMs = QGC::groundTimeMilliseconds();
QTimer::singleShot(16000, this, SLOT(clearStatusString()));
}
void QGCToolBar::connectLink(bool connect)
......
Supports Markdown
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