summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-10-04 13:17:37 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-10-04 13:17:37 -0300
commit30bee57b60526dcdf675a0606e72b980a67af17b (patch)
tree0c33ec5fda451dc360dd7d3667676d25c5e0e52e /subsurfacestartup.c
parenta5b351ed720597ea62ee0254e60e47a4f87ce1d2 (diff)
downloadsubsurface-30bee57b60526dcdf675a0606e72b980a67af17b.tar.gz
Code Cleanup - Uneeded preferences stored at the old prefs setting
Those preferences removed ( basically the ones about visibility of the List View of the Table ) are now managed by the Qt Settings system, and thus there's no need to have them there. wich gave us a pretty good cleanup. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c1
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,