summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2008-06-14 23:10:47 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2008-06-14 23:10:47 +0000
commit3d30be85577b81489ff3231c1c8b639f132863a4 (patch)
tree321dc125da2a8bde8a2757c0150939755aa2b387 /uisimulator
parent3d40144e34f5852cf433a77aba853efa9c6c3b13 (diff)
downloadrockbox-3d30be85577b81489ff3231c1c8b639f132863a4.tar.gz
rockbox-3d30be85577b81489ff3231c1c8b639f132863a4.zip
lcd-common.h hasn't contained code in nearly 6 years.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17722 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/common/lcd-common.c1
-rw-r--r--uisimulator/common/lcd-common.h37
2 files changed, 0 insertions, 38 deletions
diff --git a/uisimulator/common/lcd-common.c b/uisimulator/common/lcd-common.c
index 00a456507d..1bb87160ac 100644
--- a/uisimulator/common/lcd-common.c
+++ b/uisimulator/common/lcd-common.c
@@ -20,7 +20,6 @@
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22 22
23#include "lcd-common.h"
24#include "lcd.h" 23#include "lcd.h"
25#include "lcd-sdl.h" 24#include "lcd-sdl.h"
26 25
diff --git a/uisimulator/common/lcd-common.h b/uisimulator/common/lcd-common.h
deleted file mode 100644
index 8b78d8b85a..0000000000
--- a/uisimulator/common/lcd-common.h
+++ /dev/null
@@ -1,37 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 by Robert E. Hak <rhak@ramapo.edu>
11 *
12 * Windows Version Copyright (C) 2002 by Felix Arends
13 * X11 Version Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se>
14 *
15 * All files in this archive are subject to the GNU General Public License.
16 * See the file COPYING in the source tree root for full license agreement.
17 *
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied.
20 *
21 ****************************************************************************/
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37