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:
parent
1f0fa71f5a
commit
4f87976677
5 changed files with 7 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue