1
0
Fork 0
forked from len0rd/rockbox

Make gui_syncquickscreen_run() static as it's not used anywhere.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22290 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-08-13 14:27:06 +00:00
parent e04f95eab9
commit 20b9bc5c0a
2 changed files with 1 additions and 4 deletions

View file

@ -297,7 +297,7 @@ static int quickscreen_touchscreen_button(void)
return ACTION_STD_CANCEL;
}
#endif
bool gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter)
static bool gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter)
{
int button, i;
struct viewport vp[NB_SCREENS];