summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-11-07 10:06:21 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-11-07 10:06:21 +0000
commit5cab5dab0eeab112a742fc10eea5d491901a80af (patch)
tree9de97cb64ff175e032dfd9c049b2492690761b8c /apps/talk.h
parentc14430a9c198c261990ceff77bdfa0856ebcf5fe (diff)
downloadrockbox-5cab5dab0eeab112a742fc10eea5d491901a80af.tar.gz
rockbox-5cab5dab0eeab112a742fc10eea5d491901a80af.zip
fix red
fix Björn's name in the (c) fix FS#8105 - backing out of the submenus in the context menus shuoldnt leave the context menu completly (expect playlist which possibly makes sense?) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15513 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 50759bc026..8fe834cb09 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -80,14 +80,8 @@ void talk_force_shutup(void); /* kill voice unconditionally */
80void talk_shutup(void); /* Interrupt voice, as when enqueue is false */ 80void talk_shutup(void); /* Interrupt voice, as when enqueue is false */
81 81
82#if CONFIG_RTC 82#if CONFIG_RTC
83/* this is in talk.c which isnt compiled for hwcodec simulator */
84#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
85void talk_time(struct tm *tm, bool enqueue); 83void talk_time(struct tm *tm, bool enqueue);
86void talk_date(struct tm *tm, bool enqueue); 84void talk_date(struct tm *tm, bool enqueue);
87#else
88#define talk_date(t, e)
89#define talk_time(t, e)
90#endif
91#endif /* CONFIG_RTC */ 85#endif /* CONFIG_RTC */
92 86
93/* This (otherwise invalid) ID signals the end of the array. */ 87/* This (otherwise invalid) ID signals the end of the array. */