made ss_loop static

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1013 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-06-15 13:30:55 +00:00
parent 733c99fe42
commit 151a86d871
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@
#define SS_TITLE "Boxes"
#define SS_TITLE_FONT 2
void ss_loop(void)
static void ss_loop(void)
{
int b;
int x2 = LCD_WIDTH/2;

View file

@ -20,7 +20,6 @@
#ifndef __SCREEN_SAVER_H__
#define __SCREEN_SAVER_H__
void ss_loop(void);
void screensaver(void);
#endif /*__SCREEN_SAVER_H__ */