forked from len0rd/rockbox
Remove a bunch of build conditions inside .c files
Fix logic in pacbox makefiles for asm optimizations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27887 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7014faee69
commit
5615881955
11 changed files with 3 additions and 39 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "plugin.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "xlcd.h"
|
||||
|
||||
#if (LCD_DEPTH == 2) && (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED)
|
||||
|
@ -754,5 +753,3 @@ void xlcd_scroll_down(int count)
|
|||
|
||||
#endif /* LCD_PIXELFORMAT, LCD_DEPTH */
|
||||
#endif /* defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE */
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue