summaryrefslogtreecommitdiffstats
path: root/core/qtserialbluetooth.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:19:48 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:19:48 -0700
commitea8de175a74fd62117f0a543fb722b2c4d179901 (patch)
tree4442679150d8bb13e0da50d7bc3856093f4288bc /core/qtserialbluetooth.cpp
parentabc6c7d2b3ff630a0c7cbc5e1aeda74919e7a078 (diff)
downloadsubsurface-ea8de175a74fd62117f0a543fb722b2c4d179901.tar.gz
Remove unused function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/qtserialbluetooth.cpp')
-rw-r--r--core/qtserialbluetooth.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/qtserialbluetooth.cpp b/core/qtserialbluetooth.cpp
index 63fbbd4d2..ca721d78c 100644
--- a/core/qtserialbluetooth.cpp
+++ b/core/qtserialbluetooth.cpp
@@ -26,11 +26,6 @@
QList<QBluetoothUuid> registeredUuids;
-static QBluetoothUuid getBtUuid()
-{
- return registeredUuids.first();
-}
-
void addBtUuid(QBluetoothUuid uuid)
{
registeredUuids << uuid;