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:
Boris Gjenero 2011-12-21 17:36:18 +00:00
parent 2800c55a6a
commit 14c2e677fd
9 changed files with 17 additions and 11 deletions

View file

@ -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];