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 registeredUuids; -static QBluetoothUuid getBtUuid() -{ - return registeredUuids.first(); -} - void addBtUuid(QBluetoothUuid uuid) { registeredUuids << uuid;