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
|
@ -94,9 +94,6 @@ void exit_ui()
|
|||
{
|
||||
delete qApp;
|
||||
free((void *)existing_filename);
|
||||
free((void *)default_dive_computer_vendor);
|
||||
free((void *)default_dive_computer_product);
|
||||
free((void *)default_dive_computer_device);
|
||||
}
|
||||
|
||||
double get_screen_dpi()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue