diff options
| author | Robert Hak <adiamas@rockbox.org> | 2002-08-13 08:31:01 +0000 |
|---|---|---|
| committer | Robert Hak <adiamas@rockbox.org> | 2002-08-13 08:31:01 +0000 |
| commit | d06cd2ee16fadd4a8a64632029464da3c4ab90a5 (patch) | |
| tree | 836b2f9d762d06d6029642d111955e4760a68a49 | |
| parent | bd960916ca1a495db03e919c108019a977712b8d (diff) | |
| download | rockbox-d06cd2ee16fadd4a8a64632029464da3c4ab90a5.zip rockbox-d06cd2ee16fadd4a8a64632029464da3c4ab90a5.tar.gz rockbox-d06cd2ee16fadd4a8a64632029464da3c4ab90a5.tar.bz2 rockbox-d06cd2ee16fadd4a8a64632029464da3c4ab90a5.tar.xz | |
we don't need this anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1699 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/common/stubs.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c deleted file mode 100644 index fc24346..0000000 --- a/uisimulator/common/stubs.c +++ /dev/null @@ -1,28 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Björn Stenberg <bjorn@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. - * - ****************************************************************************/ - -void backlight_on(void) -{ - /* we could do something better here! */ -} - -void backlight_time(int dummy) -{ - (void)dummy; -} |