diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 08:57:00 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 08:57:00 +0000 |
| commit | de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0 (patch) | |
| tree | da3e72ffe14cf646600f3c655512c845d2e717f5 /apps | |
| parent | 8e846574614f637704de65988b8b72f7b5e7151f (diff) | |
| download | rockbox-de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0.zip rockbox-de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0.tar.gz rockbox-de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0.tar.bz2 rockbox-de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index f04681c..2ee6627 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()) |