forked from len0rd/rockbox
wps.c cleanup gui_show_wps
remove some old cruft move a few things around clean-up flow Change-Id: I138c6cd9e2d58ef526eb686333da413819df725d
This commit is contained in:
parent
eaf717744d
commit
6b87bfadff
17 changed files with 249 additions and 238 deletions
|
|
@ -214,15 +214,10 @@ struct mp3entry;
|
|||
int id3_get_replaygain_mode(const struct mp3entry *id3);
|
||||
void replaygain_update(void);
|
||||
|
||||
enum activity_refresh
|
||||
{
|
||||
ACTIVITY_REFRESH_DEFERRED = 0,
|
||||
ACTIVITY_REFRESH_NOW,
|
||||
};
|
||||
|
||||
void push_current_activity(enum current_activity screen);
|
||||
void push_activity_without_refresh(enum current_activity screen);
|
||||
void pop_current_activity(enum activity_refresh refresh);
|
||||
void pop_current_activity(void);
|
||||
void pop_current_activity_without_refresh(void);
|
||||
enum current_activity get_current_activity(void);
|
||||
|
||||
/* format a sound value like: -1.05 dB */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue