summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/lcd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 28458fe..88bbfe1 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -122,11 +122,7 @@ extern void lcd_jump_scroll_delay(int ms);
/* Low-level drawing function types */
typedef void lcd_pixelfunc_type(int x, int y);
-#if LCD_DEPTH==16
typedef void lcd_blockfunc_type(unsigned char *address, unsigned mask, unsigned bits);
-#else
-typedef void lcd_blockfunc_type(unsigned char *address, unsigned mask, unsigned bits);
-#endif
#ifdef HAVE_LCD_BITMAP