From 428f069a1f1da9fe5461d2c2359f3da1bfb63e0a Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 28 Jan 2014 15:34:53 +0100 Subject: talk: Remove superflous call to talk_init(). talk_init() is called by settings_apply() already which is called on boot. Doing it again means loading the voicefile a second time which isn't necessary. Change-Id: I4decd16401e63bf87338d3163c99d06d69fe3a3c --- apps/settings.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index e4a44dafe1..13dcb5cca9 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -971,10 +971,10 @@ void settings_apply(bool read_disk) CHART(">lang_core_load"); lang_core_load(buf); CHART("talk_init"); - talk_init(); /* use voice of same language */ - CHART("talk_init"); + talk_init(); /* use voice of same language */ + CHART("icons_init"); -- cgit v1.2.3