mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
1bf76dd3db
commit
c52688c528
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue