1
0
Fork 0
forked from len0rd/rockbox

Slight cleanup in lcd.h: kill fixme and remove useless include, add some includes elsewhere and add a stub for sims instead of ifdef

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22431 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2009-08-19 21:48:17 +00:00
parent 1f0fa71f5a
commit 4f87976677
5 changed files with 7 additions and 14 deletions

View file

@ -275,6 +275,10 @@ void lcd_set_contrast( int x )
(void)x;
}
void lcd_init_device(void)
{
}
void mpeg_set_pitch(int pitch)
{
(void)pitch;