summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Lakshman <acrlakshman@gmail.com>2014-04-05 11:03:45 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-05 13:27:53 -0700
commitecc8c1d995be8b55e0a8a77d9676ede79fa22fb4 (patch)
tree69b5503eb333681e06b7ea4a54e96051996b0d00 /pref.h
parentd6af09b26956d127d35454cfa42c2ff78402d6f2 (diff)
downloadsubsurface-ecc8c1d995be8b55e0a8a77d9676ede79fa22fb4.tar.gz
Remove check option to show units in text label
Currently the feature to show temperature units while adding dive is provided through checkbox in preferences->units section. This patch disables this checkbox and always enables this feature. Signed-off-by: Lakshman Anumolu <acrlakshman@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pref.h b/pref.h
index ec2aab2a9..c9cb27149 100644
--- a/pref.h
+++ b/pref.h
@@ -41,7 +41,6 @@ struct preferences {
bool display_unused_tanks;
bool show_average_depth;
bool zoomed_plot;
- bool text_label_with_units;
};
enum unit_system_values {
METRIC,