diff options
Diffstat (limited to 'uisimulator/common')
| -rw-r--r-- | uisimulator/common/lcd-common.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/uisimulator/common/lcd-common.c b/uisimulator/common/lcd-common.c index eaadb20..00a4565 100644 --- a/uisimulator/common/lcd-common.c +++ b/uisimulator/common/lcd-common.c @@ -24,17 +24,6 @@ #include "lcd.h" #include "lcd-sdl.h" -void lcd_blit_mono(const unsigned char *data, int x, int y, int width, int height, - int stride) -{ - (void)data; - (void)x; - (void)y; - (void)width; - (void)height; - (void)stride; -} - void lcd_set_flip(bool yesno) { (void)yesno; |