mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: use C++ structures for tanksystem info
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
1af00703b3
commit
3c1401785b
13 changed files with 93 additions and 123 deletions
|
@ -79,7 +79,7 @@ int main(int argc, char **argv)
|
|||
CheckCloudConnection ccc;
|
||||
ccc.pickServer();
|
||||
fill_computer_list();
|
||||
reset_tank_info_table(&tank_info_table);
|
||||
reset_tank_info_table(tank_info_table);
|
||||
parse_xml_init();
|
||||
taglist_init_global();
|
||||
init_ui();
|
||||
|
@ -114,7 +114,6 @@ int main(int argc, char **argv)
|
|||
qPref::sync();
|
||||
|
||||
free_prefs();
|
||||
clear_tank_info_table(&tank_info_table);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue