No need to save the settings in clean_shutdown(), it is always saved, and will be written in the ata_flush() call.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4961 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-07-27 08:57:00 +00:00
parent 8e84657461
commit de0100fafb

View file

@ -221,7 +221,6 @@ bool clean_shutdown(void)
lcd_clear_display();
splash(0, true, str(LANG_SHUTTINGDOWN));
mpeg_stop();
settings_save();
ata_flush();
ata_spindown(1);
while(ata_disk_is_active())