sim_icons.c is actually only for charcell display simulation.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27069 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-06-22 23:22:31 +00:00
parent 5f9a0fea19
commit 251b62d73a
2 changed files with 1 additions and 5 deletions

View file

@ -4,8 +4,8 @@ lcd-common.c
#ifdef HAVE_LCD_CHARCELLS
font-player.c
lcd-playersim.c
#endif
sim_icons.c
#endif
sim_tasks.c
stubs.c
powermgmt-sim.c

View file

@ -20,7 +20,6 @@
****************************************************************************/
#include <stdio.h>
#include "config.h"
#ifdef HAVE_LCD_CHARCELLS
#include <lcd.h>
#include <kernel.h>
@ -311,6 +310,3 @@ lcd_icon(int icon, bool enable)
icons[icon].bitmap);
}
#endif /* HAVE_LCD_CHARCELLS */