summaryrefslogtreecommitdiffstats
path: root/core/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/device.cpp')
-rw-r--r--core/device.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/device.cpp b/core/device.cpp
index b4c78abe5..5b59ce74d 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -317,11 +317,6 @@ extern "C" void call_for_each_dc (void *f, void (*callback)(void *, const char *
}
}
-extern "C" int is_default_dive_computer(const char *vendor, const char *product)
-{
- return qPrefDiveComputer::vendor() == vendor && qPrefDiveComputer::product() == product;
-}
-
extern "C" int is_default_dive_computer_device(const char *name)
{
return qPrefDiveComputer::device() == name;