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:
parent
e04f95eab9
commit
20b9bc5c0a
2 changed files with 1 additions and 4 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue