summaryrefslogtreecommitdiff
path: root/lib/bluetooth-client.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-09-22 17:43:01 +0100
committerBastien Nocera <hadess@hadess.net>2011-09-22 17:44:31 +0100
commitb4e1a949ca34728b9846f3e47f031a48f0099591 (patch)
treed264e2bb654d3f2d29eb786e74bfd9532c84290b /lib/bluetooth-client.h
parent891adaf4a624d01a135a306acb445d84a5ebae69 (diff)
downloadgnome-bluetooth-b4e1a949ca34728b9846f3e47f031a48f0099591.tar.gz
lib: Remove bluetooth_client_get_device_filter_model
It was unused, and looks like a liability.
Diffstat (limited to 'lib/bluetooth-client.h')
-rw-r--r--lib/bluetooth-client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bluetooth-client.h b/lib/bluetooth-client.h
index 89ec54eb..9a4322a1 100644
--- a/lib/bluetooth-client.h
+++ b/lib/bluetooth-client.h
@@ -66,9 +66,6 @@ GtkTreeModel *bluetooth_client_get_filter_model(BluetoothClient *client,
GtkTreeModel *bluetooth_client_get_adapter_model(BluetoothClient *client);
GtkTreeModel *bluetooth_client_get_device_model(BluetoothClient *client,
DBusGProxy *adapter);
-GtkTreeModel *bluetooth_client_get_device_filter_model(BluetoothClient *client,
- DBusGProxy *adapter, GtkTreeModelFilterVisibleFunc func,
- gpointer data, GDestroyNotify destroy);
gboolean bluetooth_client_get_discoverable (BluetoothClient *client);