summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/talk.c b/apps/talk.c
index de564c0ff0..aa79dd1b33 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -1540,7 +1540,6 @@ void talk_setting(const void *global_settings_variable)
1540} 1540}
1541 1541
1542 1542
1543#if CONFIG_RTC
1544void talk_date(const struct tm *tm, bool enqueue) 1543void talk_date(const struct tm *tm, bool enqueue)
1545{ 1544{
1546 talk_id(LANG_MONTH_JANUARY + tm->tm_mon, enqueue); 1545 talk_id(LANG_MONTH_JANUARY + tm->tm_mon, enqueue);
@@ -1595,8 +1594,6 @@ void talk_time(const struct tm *tm, bool enqueue)
1595 } 1594 }
1596} 1595}
1597 1596
1598#endif /* CONFIG_RTC */
1599
1600bool talk_get_debug_data(struct talk_debug_data *data) 1597bool talk_get_debug_data(struct talk_debug_data *data)
1601{ 1598{
1602 char* p_lang = DEFAULT_VOICE_LANG; /* default */ 1599 char* p_lang = DEFAULT_VOICE_LANG; /* default */