forked from len0rd/rockbox
Fix some warnings/errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15992 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5fc3f4df4
commit
d9a895599e
2 changed files with 3 additions and 7 deletions
|
@ -303,11 +303,6 @@ static unsigned draw_blendcolor(unsigned c1, unsigned c2, unsigned char amount)
|
|||
}
|
||||
#endif
|
||||
|
||||
static void draw_fill_rect(int x, int y, int width, int height)
|
||||
{
|
||||
rb->lcd_fillrect(_X, _Y, _W, _H);
|
||||
}
|
||||
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
static void draw_update_rect(int x, int y, int width, int height)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue