diff options
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r-- | uisimulator/common/stubs.c | 20 |
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) (void)pitch; } -#ifdef HAVE_LCD_CHARCELLS -void lcd_clearrect (int x, int y, int nx, int ny) -{ - /* Reprint char if you want to change anything */ - (void)x; - (void)y; - (void)nx; - (void)ny; -} - -void lcd_fillrect (int x, int y, int nx, int ny) -{ - /* Reprint char if you want to change display anything */ - (void)x; - (void)y; - (void)nx; - (void)ny; -} -#endif - void cpu_sleep(bool enabled) { (void)enabled; |