diff --git a/public/app.js b/public/app.js index 8e69fa6..56b8d09 100644 --- a/public/app.js +++ b/public/app.js @@ -775,8 +775,6 @@ const initApp = () => { // TTS — Speech Synthesis nativa (voz do navegador) // ========================================================================== - let currentSpeakingBtn = null; - // Selecionar melhor voz pt-BR disponível no dispositivo de forma dinâmica const getBestVoice = () => { const voices = window.speechSynthesis.getVoices();