Remove unused function and unused header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eb7603f1c5
commit
f31e123133
7 changed files with 1 additions and 37 deletions
|
@ -37,7 +37,6 @@
|
|||
#include "audio.h"
|
||||
#include "usb.h"
|
||||
#include "status.h"
|
||||
#include "main_menu.h"
|
||||
#include "ata.h"
|
||||
#include "screens.h"
|
||||
#include "playlist.h"
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
/***************************************************************************
|
||||
* __________ __ ___.
|
||||
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
||||
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
||||
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
||||
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
||||
* \/ \/ \/ \/ \/
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2002 Björn Stenberg
|
||||
*
|
||||
* All files in this archive are subject to the GNU General Public License.
|
||||
* See the file COPYING in the source tree root for full license agreement.
|
||||
*
|
||||
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
||||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifndef _MAIN_MENU_H
|
||||
#define _MAIN_MENU_H
|
||||
|
||||
#include "menu.h"
|
||||
|
||||
extern int main_menu(void);
|
||||
|
||||
#endif
|
|
@ -65,7 +65,7 @@ static struct menu_item_ex *current_submenus_menu;
|
|||
static int current_subitems[MAX_MENU_SUBITEMS];
|
||||
static int current_subitems_count = 0;
|
||||
|
||||
void get_menu_callback(const struct menu_item_ex *m,
|
||||
static void get_menu_callback(const struct menu_item_ex *m,
|
||||
menu_callback_type *menu_callback)
|
||||
{
|
||||
if (m->flags&(MENU_HAS_DESC|MENU_DYNAMIC_DESC))
|
||||
|
@ -604,8 +604,3 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int main_menu(void)
|
||||
{
|
||||
return do_menu(NULL, 0) == MENU_ATTACHED_USB;
|
||||
}
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "icons.h"
|
||||
#endif
|
||||
#include "main_menu.h"
|
||||
#include "sound_menu.h"
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
#include "menus/eq_menu.h"
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include "mp3_playback.h"
|
||||
#include "usb.h"
|
||||
#include "status.h"
|
||||
#include "main_menu.h"
|
||||
#include "ata.h"
|
||||
#include "screens.h"
|
||||
#include "playlist.h"
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#include "action.h"
|
||||
#include "yesno.h"
|
||||
|
||||
#include "main_menu.h"
|
||||
#include "tree.h"
|
||||
#if CONFIG_TUNER
|
||||
#include "radio.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include "kernel.h"
|
||||
#include "usb.h"
|
||||
#include "tree.h"
|
||||
#include "main_menu.h"
|
||||
#include "sprintf.h"
|
||||
#include "audio.h"
|
||||
#include "playlist.h"
|
||||
|
|
Loading…
Reference in a new issue