From 95b56673e8448c54bd4306fea08103b1bd8d81a9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 28 Jul 2002 15:56:58 +0000 Subject: Removed the boot count git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1482 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 -- 1 file changed, 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, -- cgit v1.2.3