From 93c50d4770049df25c0c1fc0b9c6faea9c5a28ea Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 20 Sep 2010 13:34:21 +0000 Subject: Remove the call to settings_save() from settings_load_config() as it seems unneeded any more and causes unecessary writes on every startup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28120 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/settings.c b/apps/settings.c index 7b0707b..06b4806 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -367,7 +367,6 @@ bool settings_load_config(const char* file, bool apply) } /* while(...) */ close(fd); - settings_save(); if (apply) { settings_apply(true); -- cgit v1.1