diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 12:19:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 12:19:48 -0700 |
commit | ea8de175a74fd62117f0a543fb722b2c4d179901 (patch) | |
tree | 4442679150d8bb13e0da50d7bc3856093f4288bc /core/qtserialbluetooth.cpp | |
parent | abc6c7d2b3ff630a0c7cbc5e1aeda74919e7a078 (diff) | |
download | subsurface-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.cpp | 5 |
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; |