diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-28 15:56:58 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-28 15:56:58 +0000 |
commit | 95b56673e8448c54bd4306fea08103b1bd8d81a9 (patch) | |
tree | 5ec278e414409d18859fd8aed3b1fad25b55e514 /apps | |
parent | 47c0388f75f0db163f60ab4fb94167ea0036e165 (diff) |
Removed the boot count
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1482 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/main.c | 2 |
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) } settings_load(); - global_settings.total_boots++; - settings_save(); mpeg_init( global_settings.volume, global_settings.bass, |