From 2647d11354d95bae15d3a119f482348775a77491 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 28 Feb 2011 23:05:00 +0000 Subject: Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it Also remove redundant RaaA stubs for it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29467 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'uisimulator/common/stubs.c') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index e0372d2683..024afab14f 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -385,17 +385,6 @@ void mpeg_set_pitch(int pitch) (void)pitch; } -static int sleeptime; -void set_sleep_timer(int seconds) -{ - sleeptime = seconds; -} - -int get_sleep_timer(void) -{ - return sleeptime; -} - #ifdef HAVE_LCD_CHARCELLS void lcd_clearrect (int x, int y, int nx, int ny) { -- cgit v1.2.3