summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/settings.h b/apps/settings.h
index fe00dce023..561dc59375 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -167,10 +167,7 @@ struct user_settings
167 13= 1GB, 14 = 1.5GB 15 = 1.75MB*/ 167 13= 1GB, 14 = 1.5GB 15 = 1.75MB*/
168 int rec_split_type; /* split/stop */ 168 int rec_split_type; /* split/stop */
169 int rec_split_method; /* time/filesize */ 169 int rec_split_method; /* time/filesize */
170 int ctdn_mins; /* 0 - 59 */ 170
171 int ctdn_hrs; /* 0 - 23 */
172 int ctdn_secs; /* 0 - 59 */
173 int ctdn_days; /* 0 - 6 */
174 int rec_prerecord_time; /* In seconds, 0-30, 0 means OFF */ 171 int rec_prerecord_time; /* In seconds, 0-30, 0 means OFF */
175 int rec_directory; /* 0=base dir, 1=current dir */ 172 int rec_directory; /* 0=base dir, 1=current dir */
176 bool rec_startup; /* true means start Rockbox in recording screen */ 173 bool rec_startup; /* true means start Rockbox in recording screen */
@@ -498,11 +495,6 @@ struct opt_items {
498 long voice_id; 495 long voice_id;
499}; 496};
500 497
501struct opt_settings {
502 int* setting;
503 int setting_max;
504};
505
506/* prototypes */ 498/* prototypes */
507 499
508void settings_calc_config_sector(void); 500void settings_calc_config_sector(void);
@@ -524,8 +516,6 @@ bool set_bool_options(const char* string, bool* variable,
524bool set_bool(const char* string, bool* variable ); 516bool set_bool(const char* string, bool* variable );
525bool set_option(const char* string, void* variable, enum optiontype type, 517bool set_option(const char* string, void* variable, enum optiontype type,
526 const struct opt_items* options, int numoptions, void (*function)(int)); 518 const struct opt_items* options, int numoptions, void (*function)(int));
527bool set_multi_int(const char* string, const struct opt_items * names,
528 struct opt_settings * variable, int varcount);
529bool set_int(const unsigned char* string, const char* unit, int voice_unit, 519bool set_int(const unsigned char* string, const char* unit, int voice_unit,
530 int* variable, 520 int* variable,
531 void (*function)(int), int step, int min, int max, 521 void (*function)(int), int step, int min, int max,