summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-07-16 11:11:00 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-07-16 11:11:00 +0000
commit2534097fc80c553e2fb04049903b40b26e5af0f6 (patch)
tree53924227f88c84e5dca3bc7a52b424b3d9d03eab /uisimulator/common/stubs.c
parent77eb0e1328e05346b4441f702f437310196e839f (diff)
downloadrockbox-2534097fc80c553e2fb04049903b40b26e5af0f6.tar.gz
rockbox-2534097fc80c553e2fb04049903b40b26e5af0f6.zip
battery_level() already had a stub
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1367 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index cf529c07c4..fc24346090 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -26,8 +26,3 @@ void backlight_time(int dummy)
26{ 26{
27 (void)dummy; 27 (void)dummy;
28} 28}
29
30int battery_level(void)
31{
32 return 73;
33}