summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-01-29 07:14:58 +0100
committerThomas Martitz <kugel@rockbox.org>2014-02-02 19:40:39 +0100
commit57000b513bd54b9dba3b308b7734c88962b81ae3 (patch)
tree925ae0106fd68f1b5cd77fd89aa48eaa7e35bf9b /apps/talk.h
parent60dea95cad710095477a2f5e35bd5692f79f76da (diff)
downloadrockbox-57000b513bd54b9dba3b308b7734c88962b81ae3.tar.gz
rockbox-57000b513bd54b9dba3b308b7734c88962b81ae3.zip
talk: Make talk_voice_required() local to talk.c
Change-Id: I3a04760d550efab7f011a917597ef29c039b05bd
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h3
1 files changed, 0 insertions, 3 deletions
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" */
96extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */ 96extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */
97 97
98void talk_init(void); 98void talk_init(void);
99#if CONFIG_CODEC == SWCODEC
100bool talk_voice_required(void); /* returns true if voice codec required */
101#endif
102int talk_get_bufsize(void); /* get the loaded voice file size */ 99int talk_get_bufsize(void); /* get the loaded voice file size */
103size_t talkbuf_init(char* bufstart); 100size_t talkbuf_init(char* bufstart);
104bool is_voice_queued(void); /* Are there more voice clips to be spoken? */ 101bool is_voice_queued(void); /* Are there more voice clips to be spoken? */