forked from len0rd/rockbox
Remove bogus variables to fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
69bb436223
commit
e07b30d9e2
1 changed files with 0 additions and 2 deletions
|
|
@ -547,8 +547,6 @@ void lcd_fillrect(int x, int y, int width, int height)
|
||||||
/* Draw a partial monochrome bitmap */
|
/* Draw a partial monochrome bitmap */
|
||||||
|
|
||||||
#if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR)
|
#if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR)
|
||||||
static int fh = -1;
|
|
||||||
static int callcount = 0;
|
|
||||||
void lcd_mono_bitmap_part(const unsigned char *src, int src_x, int src_y,
|
void lcd_mono_bitmap_part(const unsigned char *src, int src_x, int src_y,
|
||||||
int stride, int x, int y, int width, int height)
|
int stride, int x, int y, int width, int height)
|
||||||
ICODE_ATTR;
|
ICODE_ATTR;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue