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;
|
return ACTION_STD_CANCEL;
|
||||||
}
|
}
|
||||||
#endif
|
#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;
|
int button, i;
|
||||||
struct viewport vp[NB_SCREENS];
|
struct viewport vp[NB_SCREENS];
|
||||||
|
|
|
||||||
|
|
@ -42,9 +42,6 @@ struct gui_quickscreen
|
||||||
item is changed */
|
item is changed */
|
||||||
};
|
};
|
||||||
|
|
||||||
bool gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter);
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef BUTTON_F3
|
#ifdef BUTTON_F3
|
||||||
extern bool quick_screen_f3(int button_enter);
|
extern bool quick_screen_f3(int button_enter);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue