summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c11
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)
385 (void)pitch; 385 (void)pitch;
386} 386}
387 387
388static int sleeptime;
389void set_sleep_timer(int seconds)
390{
391 sleeptime = seconds;
392}
393
394int get_sleep_timer(void)
395{
396 return sleeptime;
397}
398
399#ifdef HAVE_LCD_CHARCELLS 388#ifdef HAVE_LCD_CHARCELLS
400void lcd_clearrect (int x, int y, int nx, int ny) 389void lcd_clearrect (int x, int y, int nx, int ny)
401{ 390{