summaryrefslogtreecommitdiff
path: root/lib/bluetooth-utils.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-11-02 15:24:18 +0100
committerBastien Nocera <hadess@hadess.net>2021-11-03 13:25:48 +0100
commit8d7e049d69677ce8274890eeb22878e09f5d20b7 (patch)
tree98d7844509075649293f27ea90328ffb23704b03 /lib/bluetooth-utils.h
parent300fc2f9d56143aa61179ab23a00b95c6a98014c (diff)
downloadgnome-bluetooth-8d7e049d69677ce8274890eeb22878e09f5d20b7.tar.gz
lib: Remove unused bluetooth_type_to_filter_string()
It was used to label the filter drop-down in the chooser widgets.
Diffstat (limited to 'lib/bluetooth-utils.h')
-rw-r--r--lib/bluetooth-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bluetooth-utils.h b/lib/bluetooth-utils.h
index 4781909b..5e69504c 100644
--- a/lib/bluetooth-utils.h
+++ b/lib/bluetooth-utils.h
@@ -60,7 +60,6 @@
BluetoothType bluetooth_class_to_type (guint32 class);
BluetoothType bluetooth_appearance_to_type (guint16 appearance);
const gchar *bluetooth_type_to_string (guint type);
-const gchar *bluetooth_type_to_filter_string (guint type);
gboolean bluetooth_verify_address (const char *bdaddr);
const char *bluetooth_uuid_to_string (const char *uuid);