mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Remove another unused variable
This commit is contained in:
parent
d3ff0425d8
commit
6772579f10
@ -301,8 +301,6 @@ static void accessibility_speak(const char *text)
|
||||
settings_t *settings = config_get_ptr();
|
||||
unsigned speed = settings->uints.accessibility_narrator_speech_speed;
|
||||
bool narrator_on = settings->bools.accessibility_enable;
|
||||
const char* voice = ai_service_get_str(settings->uints.ai_service_target_lang);
|
||||
|
||||
navigation_say(narrator_on, speed, text, 10);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user