From 57945b125d7f467d222796920fb1b6cf4e90f802 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 20 Sep 2004 08:10:43 +0000 Subject: Removed the Neo code. Nobody is interested in it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5096 a1c6a512-1295-4272-9138-f99709370657 --- apps/neo/icons.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 apps/neo/icons.h (limited to 'apps/neo/icons.h') diff --git a/apps/neo/icons.h b/apps/neo/icons.h deleted file mode 100644 index 460fee83ba..0000000000 --- a/apps/neo/icons.h +++ /dev/null @@ -1,38 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 Justin Heiner - * - * 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 _ICONS_H_ -#define _ICONS_H_ - -#include - -/* - * Icons of size 5x7 pixels for the Player LCD - */ - -#ifdef HAVE_LCD_CHARCELLS - -enum { - Unknown=0x90, - Bookmark = 0x16, - Plugin, Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config, -}; - -#endif - -#endif -- cgit v1.2.3