From 4a1d8d272a13010fb432488dfea324c0701331b7 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Mon, 25 Sep 2006 11:06:54 +0000 Subject: fix warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11043 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui') diff --git a/apps/gui/list.c b/apps/gui/list.c index 7ca5e91b99..de8f26b354 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -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) -- cgit v1.2.3