summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-07 10:13:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-07 10:13:23 +0000
commitcb2de174c14389b7846fa14c0b1bcc37c3c72f31 (patch)
tree1e692657fb70a8fb4d39bb5e8a464e9c8335d133 /firmware/drivers
parent83131fa6e78ea10167e7259e148054b277a0861b (diff)
more moves
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-player-charset.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/firmware/drivers/lcd-player-charset.h b/firmware/drivers/lcd-player-charset.h
deleted file mode 100644
index 2789f8da70..0000000000
--- a/firmware/drivers/lcd-player-charset.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- * $Id$
- *
- * Copyright (C) 2003 by Kjell Ericson
- *
- * 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.
- *
- ****************************************************************************/
-#ifdef HAVE_LCD_CHARCELLS
-
-#define NO_EXTENDED_LCD_CHARS 0x5e
-#define RESERVED_CHAR 0xff
-#define LAST_RESERVED_CHAR 0x17
-#define NOCHAR_OLD 0x24
-#define NOCHAR_NEW 0x20
-
-#endif