Properly export sleep_timer_call from main_menu.c in exported_menus.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30292 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3fda72aa86
commit
5c6fe5da9c
2 changed files with 1 additions and 4 deletions
|
@ -38,6 +38,7 @@ extern const struct menu_item_ex
|
|||
sound_settings, /* sound_menu.c */
|
||||
settings_menu_item, /* settings_menu.c */
|
||||
bookmark_settings_menu,
|
||||
sleep_timer_call, /* main_menu.c */
|
||||
playlist_settings, /* playlist_menu.c */
|
||||
equalizer_menu, /* eq_menu.c */
|
||||
#ifdef AUDIOHW_HAVE_EQ
|
||||
|
|
|
@ -80,10 +80,6 @@ static int timedate_set(void)
|
|||
MENUITEM_FUNCTION(time_set, 0, ID2P(LANG_SET_TIME),
|
||||
timedate_set, NULL, NULL, Icon_NOICON);
|
||||
MENUITEM_SETTING(timeformat, &global_settings.timeformat, NULL);
|
||||
|
||||
/* in main_menu.c */
|
||||
extern const struct menu_item_ex sleep_timer_call;
|
||||
|
||||
#ifdef HAVE_RTC_ALARM
|
||||
MENUITEM_FUNCTION(alarm_screen_call, 0, ID2P(LANG_ALARM_MOD_ALARM_MENU),
|
||||
(menu_function)alarm_screen, NULL, NULL, Icon_NOICON);
|
||||
|
|
Loading…
Reference in a new issue