Remove unused function

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-08-26 12:19:48 -07:00
parent abc6c7d2b3
commit ea8de175a7

View file

@ -26,11 +26,6 @@
QList<QBluetoothUuid> registeredUuids;
static QBluetoothUuid getBtUuid()
{
return registeredUuids.first();
}
void addBtUuid(QBluetoothUuid uuid)
{
registeredUuids << uuid;