From 57000b513bd54b9dba3b308b7734c88962b81ae3 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 29 Jan 2014 07:14:58 +0100 Subject: talk: Make talk_voice_required() local to talk.c Change-Id: I3a04760d550efab7f011a917597ef29c039b05bd --- apps/talk.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index 28be71884f..4da3a61f3b 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -96,9 +96,6 @@ extern const char* const dir_thumbnail_name; /* "_dirname.talk" */ extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */ void talk_init(void); -#if CONFIG_CODEC == SWCODEC -bool talk_voice_required(void); /* returns true if voice codec required */ -#endif int talk_get_bufsize(void); /* get the loaded voice file size */ size_t talkbuf_init(char* bufstart); bool is_voice_queued(void); /* Are there more voice clips to be spoken? */ -- cgit v1.2.3