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 /subsurfacestartup.c | |
parent | 9035e1b53cb97464662343012da47f9cb13a5124 (diff) | |
parent | 834800a1794f1ed92f447a2995767ce820473fed (diff) | |
download | subsurface-f63605e02e4656b60c6c095f4289dbffa293bc2d.tar.gz |
Merge branch 'bugfixes' of git://github.com/tcanabrava/subsurface
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 954840928..741606ee4 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -6,7 +6,6 @@ struct preferences prefs; struct preferences default_prefs = { .units = SI_UNITS, .unit_system = METRIC, - .visible_cols = { TRUE, FALSE, }, .pp_graphs = { .po2 = FALSE, .pn2 = FALSE, |