mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Remove unneeded function call (radio_load_presets does clear the memory)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20941 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5bb30c25fd
commit
3eb6da3c1d
1 changed files with 0 additions and 1 deletions
|
|
@ -519,7 +519,6 @@ int radio_screen(void)
|
|||
|
||||
if(num_presets <= 0)
|
||||
{
|
||||
memset(presets, 0, sizeof(presets));
|
||||
radio_load_presets(global_settings.fmr_file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue