diff options
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/core/pref.h b/core/pref.h index b6490f540..f670c9135 100644 --- a/core/pref.h +++ b/core/pref.h @@ -66,12 +66,6 @@ enum unit_system_values { PERSONALIZE }; -enum headerstyle_color_values { - MEDIUMBLUE, - LIGHTBLUE, - BLACK -}; - // ********** PREFERENCES ********** // This struct is kept global for all of ssrf // most of the fields are loaded from git as @@ -106,12 +100,11 @@ struct preferences { dive_computer_prefs_t dive_computer4; // ********** Display ************* - bool display_invalid_dives; - const char *divelist_font; - double font_size; - double mobile_scale; - bool show_developer; - enum headerstyle_color_values headerstyle_color; + bool display_invalid_dives; + const char *divelist_font; + double font_size; + double mobile_scale; + bool show_developer; // ********** Equipment tab ******* const char *default_cylinder; |