forked from len0rd/rockbox
Remove WPS related variable which is read but not set or changed. Closes FS#11396.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29139 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d796ab6f61
commit
4c38572997
2 changed files with 2 additions and 3 deletions
|
|
@ -306,7 +306,6 @@ struct wps_state
|
|||
int ff_rewind_count;
|
||||
bool ff_rewind;
|
||||
bool paused;
|
||||
bool wps_time_countup;
|
||||
bool is_fading;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -355,8 +355,8 @@ bool ffwd_rew(int button)
|
|||
|
||||
/* set the wps state ff_rewind_count so the progess info
|
||||
displays corectly */
|
||||
skin_get_global_state()->ff_rewind_count = (skin_get_global_state()->wps_time_countup == false)?
|
||||
ff_rewind_count:-ff_rewind_count;
|
||||
skin_get_global_state()->ff_rewind_count = ff_rewind_count;
|
||||
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
skin_update(WPS, i,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue