forked from len0rd/rockbox
Fixed a warning (unused variable)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
58f17cd082
commit
79477702d5
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ extern Display *dpy;
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
unsigned char lcd_framebuffer_copy[LCD_HEIGHT/8][LCD_WIDTH];
|
unsigned char lcd_framebuffer_copy[LCD_HEIGHT/8][LCD_WIDTH];
|
||||||
|
|
||||||
static int counter;
|
|
||||||
|
|
||||||
void lcd_set_invert_display(bool invert)
|
void lcd_set_invert_display(bool invert)
|
||||||
{
|
{
|
||||||
(void)invert;
|
(void)invert;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue