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.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 0ad78fdb7c..9374a97d66 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -304,26 +304,6 @@ void mpeg_set_pitch(int pitch)
304 (void)pitch; 304 (void)pitch;
305} 305}
306 306
307#ifdef HAVE_LCD_CHARCELLS
308void lcd_clearrect (int x, int y, int nx, int ny)
309{
310 /* Reprint char if you want to change anything */
311 (void)x;
312 (void)y;
313 (void)nx;
314 (void)ny;
315}
316
317void lcd_fillrect (int x, int y, int nx, int ny)
318{
319 /* Reprint char if you want to change display anything */
320 (void)x;
321 (void)y;
322 (void)nx;
323 (void)ny;
324}
325#endif
326
327void cpu_sleep(bool enabled) 307void cpu_sleep(bool enabled)
328{ 308{
329 (void)enabled; 309 (void)enabled;