Commit 617b7659 authored by dogmaphobic's avatar dogmaphobic

Missed a case where Text To Speech is disabled.

parent e860bdcf
......@@ -141,7 +141,7 @@ void QGCAudioWorker::say(QString inText, int severity)
#else
// Make sure there isn't an unused variable warning when speech output is disabled
Q_UNUSED(text);
Q_UNUSED(inText);
#endif
}
}
......
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