diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-10-02 11:09:13 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-30 10:36:51 -0700 |
commit | 8a54a46779bac174cb9216d1c8aa76a3bfc1bc84 (patch) | |
tree | e9e769fb2a300b854935a4eff986fd206b119d54 /desktop-widgets/preferences/preferences_graph.cpp | |
parent | d9595ad266021575522f73bb87dfc51517461d59 (diff) | |
download | subsurface-8a54a46779bac174cb9216d1c8aa76a3bfc1bc84.tar.gz |
Preferences: random fixes
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferences_graph.cpp')
-rw-r--r-- | desktop-widgets/preferences/preferences_graph.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/preferences/preferences_graph.cpp b/desktop-widgets/preferences/preferences_graph.cpp index f671076f4..327557692 100644 --- a/desktop-widgets/preferences/preferences_graph.cpp +++ b/desktop-widgets/preferences/preferences_graph.cpp @@ -49,7 +49,6 @@ void PreferencesGraph::syncSettings() s.setValue("pscr_ratio", rint(1000.0 / ui->pscrfactor->value())); s.endGroup(); - // Graph s.beginGroup("TecDetails"); SAVE_OR_REMOVE("phethreshold", default_prefs.pp_graphs.phe_threshold, ui->pheThreshold->value()); SAVE_OR_REMOVE("po2threshold", default_prefs.pp_graphs.po2_threshold, ui->po2Threshold->value()); |