summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
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