From 1812eae051c2352226975e413f63b1cf519ba94f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 16 Jul 2002 10:54:37 +0000 Subject: Added stub for battery_level() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1365 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/lcd-x11.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'uisimulator/x11/lcd-x11.c') diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index 8d58dcbb17..96ce800c8f 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -109,13 +109,3 @@ void lcd_update (void) /* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/ XSync(dpy,False); } - -void backlight_on(void) -{ - /* we could do something better here! */ -} - -void backlight_time(int dummy) -{ - (void)dummy; -} -- cgit v1.2.3