summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-helper.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-helper.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-helper.cpp')
-rw-r--r--subsurface-mobile-helper.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp
index 0cc814ca5..05155b3b4 100644
--- a/subsurface-mobile-helper.cpp
+++ b/subsurface-mobile-helper.cpp
@@ -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()