Fixed warning about unused flipdisplay_callback function for targets that cannot flip the display.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17313 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-03 09:49:43 +00:00
parent e15f8a21a9
commit 7bb968ba7b

View File

@ -54,7 +54,7 @@ static int filterfirstkeypress_callback(int action,const struct menu_item_ex *th
return action;
}
#endif
#ifdef HAVE_LCD_BITMAP
#ifdef HAVE_LCD_FLIP
static int flipdisplay_callback(int action,const struct menu_item_ex *this_item)
{
(void)this_item;