summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-main.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-08-27 12:45:20 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-08-27 12:45:20 -0700
commitc52688c528602bca5c2f29b2e4d324d5af080512 (patch)
treebd72776dd03da112e41514c0a3b54d4cd558eda3 /subsurface-mobile-main.cpp
parent1bf76dd3db9106fe99ee2f4bae7d7ecc4766faef (diff)
downloadsubsurface-c52688c528602bca5c2f29b2e4d324d5af080512.tar.gz
Fix compile for Subsurface-mobile
The Settings update series didn't make the corresponding changes for Subsurface-mobile. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r--subsurface-mobile-main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp
index 68830a5cf..47680d439 100644
--- a/subsurface-mobile-main.cpp
+++ b/subsurface-mobile-main.cpp
@@ -45,7 +45,6 @@ int main(int argc, char **argv)
parse_xml_init();
taglist_init_global();
init_ui();
- loadPreferences();
if (prefs.default_file_behavior == LOCAL_DEFAULT_FILE)
set_filename(prefs.default_filename, true);
else