diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2017-11-24 07:55:56 -0500 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2017-11-24 08:55:49 -0500 |
commit | abef23608152a2839c34dcfc283d1561b3eadd45 (patch) | |
tree | eb03da5bfd7bc9ec7858e3fed123b93ece24df90 /apps/settings.h | |
parent | 75d2e1f35c0ec40f839687ed2d1a670b0da41a36 (diff) | |
download | rockbox-abef23608152a2839c34dcfc283d1561b3eadd45.tar.gz rockbox-abef23608152a2839c34dcfc283d1561b3eadd45.tar.bz2 rockbox-abef23608152a2839c34dcfc283d1561b3eadd45.zip |
Do playback restarts the proper way
It isn't necessary to explicitly stop and restart playback to
force it to update something that must cause rebuffering.
Change-Id: I6ff5394fcafc7374af67ef9fbf9022bb4a79b773
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.h b/apps/settings.h index 5de65bb193..71233d904a 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -224,9 +224,6 @@ void settings_apply_skins(void); void settings_apply(bool read_disk); void settings_apply_pm_range(void); -#ifdef HAVE_PLAY_FREQ -void settings_apply_play_freq(int value, bool playback); -#endif void settings_display(void); enum optiontype { INT, BOOL }; |