From de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 27 Jul 2004 08:57:00 +0000 Subject: 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 --- apps/misc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/misc.c b/apps/misc.c index f04681c998..2ee6627f03 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -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()) -- cgit v1.2.3