summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-28 16:09:44 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-28 16:09:44 +0000
commitd0abfe86e00f3cec41970231ad90710914c73025 (patch)
tree9504918753d01f438df1c988ec813af28cbe3a89 /apps/settings.h
parentb92c0cf3ebe5c1069c3410db388db81648bca00c (diff)
downloadrockbox-d0abfe86e00f3cec41970231ad90710914c73025.tar.gz
rockbox-d0abfe86e00f3cec41970231ad90710914c73025.zip
Experimental disk save by Yves. #define SAVE_TO_DISK to try it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1484 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 6a9f0ea636..ba6f32c37a 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -63,7 +63,6 @@ struct user_settings
63 int wps_display; /* 0=id3, 1=file, 2=parse */ 63 int wps_display; /* 0=id3, 1=file, 2=parse */
64 64
65 /* geeky persistent statistics */ 65 /* geeky persistent statistics */
66 unsigned short total_boots; /* how many times the device has been booted */
67 unsigned int total_uptime; /* total uptime since rockbox was first booted */ 66 unsigned int total_uptime; /* total uptime since rockbox was first booted */
68}; 67};
69 68