mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
abc6c7d2b3
commit
ea8de175a7
1 changed files with 0 additions and 5 deletions
|
@ -26,11 +26,6 @@
|
|||
|
||||
QList<QBluetoothUuid> registeredUuids;
|
||||
|
||||
static QBluetoothUuid getBtUuid()
|
||||
{
|
||||
return registeredUuids.first();
|
||||
}
|
||||
|
||||
void addBtUuid(QBluetoothUuid uuid)
|
||||
{
|
||||
registeredUuids << uuid;
|
||||
|
|
Loading…
Add table
Reference in a new issue