More header and dead code cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13430 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd227acebc
commit
f7a81a9d6a
8 changed files with 0 additions and 42 deletions
|
@ -25,7 +25,6 @@
|
||||||
#include "action.h"
|
#include "action.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
#include "settings_menu.h"
|
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
#include "powermgmt.h"
|
#include "powermgmt.h"
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "settings_menu.h"
|
|
||||||
#include "exported_menus.h"
|
#include "exported_menus.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
|
|
|
@ -82,7 +82,3 @@ MAKE_MENU(playlist_options, ID2P(LANG_PLAYLIST_MENU), NULL,
|
||||||
Icon_Playlist,
|
Icon_Playlist,
|
||||||
&create_playlist_item, &view_playlist, &save_playlist, &catalog);
|
&create_playlist_item, &view_playlist, &save_playlist, &catalog);
|
||||||
|
|
||||||
bool playlist_menu(void)
|
|
||||||
{
|
|
||||||
return do_menu(&playlist_options, NULL) == MENU_ATTACHED_USB;
|
|
||||||
}
|
|
||||||
|
|
|
@ -108,10 +108,4 @@ MAKE_MENU(sound_settings, ID2P(LANG_SOUND_SETTINGS), NULL, Icon_Audio,
|
||||||
,&mdb_harmonics,&mdb_center,&mdb_shape
|
,&mdb_harmonics,&mdb_center,&mdb_shape
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
/* SOUND MENU */
|
|
||||||
/***********************************/
|
|
||||||
|
|
||||||
bool sound_menu(void)
|
|
||||||
{
|
|
||||||
return do_menu(&sound_settings, 0) == MENU_ATTACHED_USB;
|
|
||||||
}
|
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "debug_menu.h"
|
|
||||||
#include "sprintf.h"
|
#include "sprintf.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
|
|
||||||
bool playlist_menu(void);
|
|
||||||
int save_playlist_screen(struct playlist_info* playlist);
|
int save_playlist_screen(struct playlist_info* playlist);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
/***************************************************************************
|
|
||||||
* __________ __ ___.
|
|
||||||
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
||||||
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
||||||
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
||||||
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
||||||
* \/ \/ \/ \/ \/
|
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
* Copyright (C) 2002 Robert Hak
|
|
||||||
*
|
|
||||||
* 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 _SETTINGS_MENU_H
|
|
||||||
#define _SETTINGS_MENU_H
|
|
||||||
|
|
||||||
#include "menu.h"
|
|
||||||
|
|
||||||
bool settings_menu(void);
|
|
||||||
bool manage_settings_menu(void);
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
|
|
||||||
bool sound_menu(void);
|
|
||||||
bool recording_menu(bool no_source);
|
bool recording_menu(bool no_source);
|
||||||
bool rectrigger(void);
|
bool rectrigger(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue