diff options
Diffstat (limited to 'src/BluetoothGattService.cpp')
-rw-r--r-- | src/BluetoothGattService.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BluetoothGattService.cpp b/src/BluetoothGattService.cpp index cd6b83a1..c1d35be8 100644 --- a/src/BluetoothGattService.cpp +++ b/src/BluetoothGattService.cpp @@ -127,7 +127,6 @@ bool BluetoothGattService::get_primary () std::vector<std::unique_ptr<BluetoothGattCharacteristic>> BluetoothGattService::get_characteristics () { std::vector<std::unique_ptr<BluetoothGattCharacteristic>> vector; - BluetoothManager *manager = BluetoothManager::get_bluetooth_manager(); GList *l, *objects = g_dbus_object_manager_get_objects(gdbus_manager); for (l = objects; l != NULL; l = l->next) { |