diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2008-06-14 23:10:47 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-06-14 23:10:47 +0000 |
| commit | 3d30be85577b81489ff3231c1c8b639f132863a4 (patch) | |
| tree | 321dc125da2a8bde8a2757c0150939755aa2b387 | |
| parent | 3d40144e34f5852cf433a77aba853efa9c6c3b13 (diff) | |
| download | rockbox-3d30be85577b81489ff3231c1c8b639f132863a4.zip rockbox-3d30be85577b81489ff3231c1c8b639f132863a4.tar.gz rockbox-3d30be85577b81489ff3231c1c8b639f132863a4.tar.bz2 rockbox-3d30be85577b81489ff3231c1c8b639f132863a4.tar.xz | |
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
| -rw-r--r-- | uisimulator/common/lcd-common.c | 1 | ||||
| -rw-r--r-- | uisimulator/common/lcd-common.h | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/uisimulator/common/lcd-common.c b/uisimulator/common/lcd-common.c index 00a4565..1bb8716 100644 --- a/uisimulator/common/lcd-common.c +++ b/uisimulator/common/lcd-common.c @@ -20,7 +20,6 @@ * ****************************************************************************/ -#include "lcd-common.h" #include "lcd.h" #include "lcd-sdl.h" diff --git a/uisimulator/common/lcd-common.h b/uisimulator/common/lcd-common.h deleted file mode 100644 index 8b78d8b..0000000 --- a/uisimulator/common/lcd-common.h +++ /dev/null @@ -1,37 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Robert E. Hak <rhak@ramapo.edu> - * - * Windows Version Copyright (C) 2002 by Felix Arends - * X11 Version Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se> - * - * 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. - * - ****************************************************************************/ - - - - - - - - - - - - - - - - |