summaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-12 11:05:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-12 11:05:42 -0700
commitbe8f20dda656931698d7e9cfb1a15c3b1884b7ff (patch)
treeefb18d992fa6de27f4ee6dd339310d52c4b0aacb /core/btdiscovery.h
parent23df5938172cb1e76c5f154caf10a2d462916cfc (diff)
downloadsubsurface-be8f20dda656931698d7e9cfb1a15c3b1884b7ff.tar.gz
Don't declare static function in .h file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r--core/btdiscovery.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h
index 72ed39a07..a99b29b3c 100644
--- a/core/btdiscovery.h
+++ b/core/btdiscovery.h
@@ -11,10 +11,6 @@
#include <QBluetoothUuid>
#include "core/libdivecomputer.h"
-
-
-static dc_descriptor_t *getDeviceType(QString btName);
-
#endif
#if defined(Q_OS_ANDROID)
#include <QAndroidJniObject>