mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
|
@ -22,8 +22,6 @@
|
|||
#include "plugin.h"
|
||||
#include "checkbox.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
/*
|
||||
* Print a checkbox
|
||||
*/
|
||||
|
@ -42,5 +40,3 @@ void checkbox(int x, int y, int width, int height, bool checked)
|
|||
rb->lcd_drawline(x + 2, y + height - 2 - 1, x + width - 2 - 1, y + 2);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue