Removed the no longer needed hold setting

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1437 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-24 16:58:31 +00:00
parent ebfff5a43d
commit 1b210531e1
2 changed files with 0 additions and 4 deletions

View file

@ -310,7 +310,6 @@ void settings_reset(void) {
global_settings.total_boots = 0;
global_settings.total_uptime = 0;
global_settings.scroll_speed = 8;
global_settings.hold = false;
}

View file

@ -64,9 +64,6 @@ struct user_settings
/* geeky persistent statistics */
unsigned short total_boots; /* how many times the device has been booted */
unsigned int total_uptime; /* total uptime since rockbox was first booted */
/* Hold Mode */
bool hold;
};
/* prototypes */