diff options
author | Petre Eftime <[email protected]> | 2016-01-12 12:17:26 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-03-07 11:48:42 +0200 |
commit | dbbf930e5ebd576669f19e5f44613e1a86432740 (patch) | |
tree | 674809308e539d90feac9961685a363358556bf5 | |
parent | 890cad0c7bc32a179bfa36f76946bc11393bcf0d (diff) |
Fix compilation warnings
Signed-off-by: Petre Eftime <[email protected]>
-rw-r--r-- | src/BluetoothManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BluetoothManager.cpp b/src/BluetoothManager.cpp index 8d7cfdca..d8605d6d 100644 --- a/src/BluetoothManager.cpp +++ b/src/BluetoothManager.cpp @@ -43,7 +43,6 @@ public: GDBusInterface *interface, gpointer user_data) { GDBusInterfaceInfo *info = g_dbus_interface_get_info(interface); BluetoothType type = BluetoothType::NONE; - BluetoothManager *manager = BluetoothManager::get_bluetooth_manager(); /* Unknown interface, ignore */ |