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

QGCApplication: Remove unused variable errorTitle

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 2fc9b3fe
......@@ -665,8 +665,6 @@ void QGCApplication::checkTelemetrySavePathOnMainThread()
bool QGCApplication::_checkTelemetrySavePath(bool useMessageBox)
{
QString errorTitle = tr("Telemetry save error");
QString saveDirPath = _toolbox->settingsManager()->appSettings()->telemetrySavePath();
if (saveDirPath.isEmpty()) {
QString error = tr("Unable to save telemetry log. Application save directory is not set.");
......
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