mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
made ss_loop static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1013 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
733c99fe42
commit
151a86d871
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef __SCREEN_SAVER_H__
|
||||
#define __SCREEN_SAVER_H__
|
||||
|
||||
void ss_loop(void);
|
||||
void screensaver(void);
|
||||
|
||||
#endif /*__SCREEN_SAVER_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue