Commit f274643b authored by Patrick José Pereira's avatar Patrick José Pereira

QGCMAVLinkLogPlayer: createConnectedLink is unnused

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent bc17fe15
......@@ -81,8 +81,6 @@ void QGCMAVLinkLogPlayer::_selectLogFileForPlayback(void)
return;
}
LinkInterface* createConnectedLink(LinkConfiguration* config);
LogReplayLinkConfiguration* linkConfig = new LogReplayLinkConfiguration(QString("Log Replay"));
linkConfig->setLogFilename(logFilename);
linkConfig->setName(linkConfig->logFilenameShort());
......
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