diff options
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r-- | uisimulator/common/stubs.c | 11 |
1 files changed, 0 insertions, 11 deletions
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) { |