forked from len0rd/rockbox
Remove unnecessary #ifdef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7783 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8c1c20305
commit
a8a8c9db44
1 changed files with 0 additions and 4 deletions
|
@ -122,11 +122,7 @@ extern void lcd_jump_scroll_delay(int ms);
|
||||||
|
|
||||||
/* Low-level drawing function types */
|
/* Low-level drawing function types */
|
||||||
typedef void lcd_pixelfunc_type(int x, int y);
|
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);
|
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
|
#ifdef HAVE_LCD_BITMAP
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue