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:
Alexander Levin 2009-05-15 07:56:15 +00:00
parent 5bb30c25fd
commit 3eb6da3c1d

View file

@ -519,7 +519,6 @@ int radio_screen(void)
if(num_presets <= 0)
{
memset(presets, 0, sizeof(presets));
radio_load_presets(global_settings.fmr_file);
}