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

QGCApplication: Remove unused variable errorTitle



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