summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-28 15:56:58 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-28 15:56:58 +0000
commit95b56673e8448c54bd4306fea08103b1bd8d81a9 (patch)
tree5ec278e414409d18859fd8aed3b1fad25b55e514
parent47c0388f75f0db163f60ab4fb94167ea0036e165 (diff)
downloadrockbox-95b56673e8448c54bd4306fea08103b1bd8d81a9.tar.gz
rockbox-95b56673e8448c54bd4306fea08103b1bd8d81a9.zip
Removed the boot count
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1482 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 38a0c878d8..cf4b6e2986 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -143,8 +143,6 @@ void init(void)
143 } 143 }
144 144
145 settings_load(); 145 settings_load();
146 global_settings.total_boots++;
147 settings_save();
148 146
149 mpeg_init( global_settings.volume, 147 mpeg_init( global_settings.volume,
150 global_settings.bass, 148 global_settings.bass,