fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11043 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1ab1f02dfe
commit
4a1d8d272a
1 changed files with 2 additions and 0 deletions
|
@ -722,7 +722,9 @@ void gui_synclist_scroll_left(struct gui_synclist * lists)
|
|||
|
||||
unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button)
|
||||
{
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
static bool scrolling_left = false;
|
||||
#endif
|
||||
|
||||
gui_synclist_limit_scroll(lists, true);
|
||||
switch(button)
|
||||
|
|
Loading…
Reference in a new issue