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
This commit is contained in:
Thomas Martitz 2014-01-28 15:34:53 +01:00
parent 4ce39f7e73
commit 428f069a1f
3 changed files with 3 additions and 9 deletions

View file

@ -170,10 +170,6 @@ void INIT_ATTR audio_init(void)
recording_init();
#endif
/* ...now...audio_reset_buffer must know the size of voicefile buffer so
init talk first which will init the buffers */
talk_init();
/* Probably safe to say */
audio_is_initialized = true;