summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-05 16:22:12 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-05 16:40:25 +0100
commit955ebc1d971dc64e0c19d1b166852b1b21b8559a (patch)
tree27af3c72ba92e769d955c5df98f1d862a1d14800
parentb0022a3e973af21e76fcad853db5c978e73118fb (diff)
downloadgnome-bluetooth-955ebc1d971dc64e0c19d1b166852b1b21b8559a.tar.gz
lib: Remove unused variable
-rw-r--r--lib/bluetooth-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index e70dd6c1..358e6af8 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -61,8 +61,6 @@ struct _BluetoothClient {
GDBusObjectManager *manager;
GCancellable *cancellable;
guint num_adapters;
- /* Discoverable during discovery? */
- gboolean disco_during_disco;
gboolean discovery_started;
};