From 5cab5dab0eeab112a742fc10eea5d491901a80af Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 7 Nov 2007 10:06:21 +0000 Subject: 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?) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15513 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/talk.h') 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 */ void talk_shutup(void); /* Interrupt voice, as when enqueue is false */ #if CONFIG_RTC -/* this is in talk.c which isnt compiled for hwcodec simulator */ -#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC void talk_time(struct tm *tm, bool enqueue); void talk_date(struct tm *tm, bool enqueue); -#else -#define talk_date(t, e) -#define talk_time(t, e) -#endif #endif /* CONFIG_RTC */ /* This (otherwise invalid) ID signals the end of the array. */ -- cgit v1.2.3