summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-04 11:12:11 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-04 11:12:11 -0700
commitf63605e02e4656b60c6c095f4289dbffa293bc2d (patch)
tree93fd7eed42b5893226d75296b8ed1381134b7833 /pref.h
parent9035e1b53cb97464662343012da47f9cb13a5124 (diff)
parent834800a1794f1ed92f447a2995767ce820473fed (diff)
downloadsubsurface-f63605e02e4656b60c6c095f4289dbffa293bc2d.tar.gz
Merge branch 'bugfixes' of git://github.com/tcanabrava/subsurface
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/pref.h b/pref.h
index 8098c2799..8d181f20a 100644
--- a/pref.h
+++ b/pref.h
@@ -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;