diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-04 11:12:11 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-04 11:12:11 -0700 |
commit | f63605e02e4656b60c6c095f4289dbffa293bc2d (patch) | |
tree | 93fd7eed42b5893226d75296b8ed1381134b7833 /pref.h | |
parent | 9035e1b53cb97464662343012da47f9cb13a5124 (diff) | |
parent | 834800a1794f1ed92f447a2995767ce820473fed (diff) | |
download | subsurface-f63605e02e4656b60c6c095f4289dbffa293bc2d.tar.gz |
Merge branch 'bugfixes' of git://github.com/tcanabrava/subsurface
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -7,17 +7,6 @@ extern "C" { /* can't use 'bool' for the boolean values - different size in C and C++ */ typedef struct { - short cylinder; - short temperature; - short totalweight; - short suit; - short nitrox; - short sac; - short otu; - short maxcns; -} visible_cols_t; - -typedef struct { short po2; short pn2; short phe; @@ -30,7 +19,6 @@ struct preferences { const char *divelist_font; const char *default_filename; double font_size; - visible_cols_t visible_cols; partial_pressure_graphs_t pp_graphs; short mod; double mod_ppO2; |