From f31e123133060e2c093967d3442c7a767a1baaaa Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 19 May 2007 19:54:11 +0000 Subject: Remove unused function and unused header git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13424 a1c6a512-1295-4272-9138-f99709370657 --- apps/main_menu.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 apps/main_menu.h (limited to 'apps/main_menu.h') diff --git a/apps/main_menu.h b/apps/main_menu.h deleted file mode 100644 index 769c6d86de..0000000000 --- a/apps/main_menu.h +++ /dev/null @@ -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 -- cgit v1.2.3