diff options
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; |