summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-08-13 08:31:01 +0000
committerRobert Hak <adiamas@rockbox.org>2002-08-13 08:31:01 +0000
commitd06cd2ee16fadd4a8a64632029464da3c4ab90a5 (patch)
tree836b2f9d762d06d6029642d111955e4760a68a49 /uisimulator/common/stubs.c
parentbd960916ca1a495db03e919c108019a977712b8d (diff)
downloadrockbox-d06cd2ee16fadd4a8a64632029464da3c4ab90a5.tar.gz
rockbox-d06cd2ee16fadd4a8a64632029464da3c4ab90a5.zip
we don't need this anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1699 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
deleted file mode 100644
index fc24346090..0000000000
--- a/uisimulator/common/stubs.c
+++ /dev/null
@@ -1,28 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 by Björn Stenberg <bjorn@haxx.se>
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19
20void backlight_on(void)
21{
22 /* we could do something better here! */
23}
24
25void backlight_time(int dummy)
26{
27 (void)dummy;
28}