forked from len0rd/rockbox
Make more local functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31395 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2800c55a6a
commit
14c2e677fd
9 changed files with 17 additions and 11 deletions
|
|
@ -233,7 +233,7 @@ static void remote_dev_enable(bool enable)
|
|||
}
|
||||
}
|
||||
|
||||
void remote_update_lcd(void)
|
||||
static void remote_update_lcd(void)
|
||||
{
|
||||
int x, y, draw_now;
|
||||
unsigned char data[RC_WIDTH + 7];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue