Remove the call to settings_save() from settings_load_config() as it seems unneeded...
commit18634a1f47d777d009904f07d5994ca8f4c06c5a
authorwodz <wodz@a1c6a512-1295-4272-9138-f99709370657>
Mon, 20 Sep 2010 13:34:21 +0000 (20 13:34 +0000)
committerwodz <wodz@a1c6a512-1295-4272-9138-f99709370657>
Mon, 20 Sep 2010 13:34:21 +0000 (20 13:34 +0000)
tree680dffc185d1942b17f065c4377c2c460703a343
parent334a7b5222ea2e801ce79577de9bc0f0b3614a2b
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