diff options
Diffstat (limited to 'src/BluetoothDevice.cpp')
-rw-r--r-- | src/BluetoothDevice.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BluetoothDevice.cpp b/src/BluetoothDevice.cpp index 9b5e0100..cf3a59d4 100644 --- a/src/BluetoothDevice.cpp +++ b/src/BluetoothDevice.cpp @@ -93,7 +93,6 @@ BluetoothDevice *BluetoothDevice::clone() const std::vector<std::unique_ptr<BluetoothGattService>> BluetoothDevice::get_services() { std::vector<std::unique_ptr<BluetoothGattService>> 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) { |