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:
parent
ebfff5a43d
commit
1b210531e1
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue