diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-02-04 10:42:00 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-05 11:59:47 -0800 |
commit | 11dcae436eed5c684077b5a5e2b20d73fbebcca9 (patch) | |
tree | ad6b368d69ef01e9645bed674003f3fffc14b304 /subsurface-mobile-main.cpp | |
parent | d4dbd0bee78702116cbf389721cff17bfe52dbc2 (diff) | |
download | subsurface-11dcae436eed5c684077b5a5e2b20d73fbebcca9.tar.gz |
MOBILE: Read profile settings from git
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r-- | subsurface-mobile-main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index 87fbd48d1..c64368ceb 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -54,7 +54,6 @@ int main(int argc, char **argv) prefs.animation_speed = 0; // we render the profile to pixmap, no animations // always show the divecomputer reported ceiling in red - prefs.dcceiling = 1; prefs.redceiling = 1; init_proxy(); |