From 58065ceacda18dbae0e72d19ece6438ab06a332b Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Tue, 23 Jul 2019 17:54:31 +0200 Subject: TTS: Refactoring * Delete multiple empty rows * Make getVolume non-virtual and leave just the implementation in base class * Resolve warning about signed / unsigned comparison in gui-manager * Clear availableVoices when updating voices on linux * By default set language to transMan language on windows (if the transMan is available) * Remove freeVoices method from Windows ttsMan, it isn't needed anymore --- gui/gui-manager.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gui/gui-manager.h') diff --git a/gui/gui-manager.h b/gui/gui-manager.h index 880c94d436..f97d52794a 100644 --- a/gui/gui-manager.h +++ b/gui/gui-manager.h @@ -177,7 +177,6 @@ protected: void giveFocusToDialog(Dialog *dialog); void setLastMousePos(int16 x, int16 y); - }; } // End of namespace GUI -- cgit v1.2.3