mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Remove unused 'may_fade' argument of pause/unpause_action
Change-Id: I4eedcf30fa704521e751732a56775c43e9a8bd99
This commit is contained in:
parent
e03bc66594
commit
6e4c866756
3 changed files with 14 additions and 18 deletions
|
|
@ -26,8 +26,8 @@
|
|||
long gui_wps_show(void);
|
||||
|
||||
/* fade (if enabled) and pause the audio, optionally rewind a little */
|
||||
void pause_action(bool may_fade, bool updatewps);
|
||||
void unpause_action(bool may_fade, bool updatewps);
|
||||
void pause_action(bool updatewps);
|
||||
void unpause_action(bool updatewps);
|
||||
void wps_do_playpause(bool updatewps);
|
||||
|
||||
#ifdef IPOD_ACCESSORY_PROTOCOL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue