[gnome-bluetooth] lib: Remove unused bluetooth_chooser_get_device_column()
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] lib: Remove unused bluetooth_chooser_get_device_column()
- Date: Tue, 18 Oct 2011 15:56:51 +0000 (UTC)
commit ae50db2fedea2ad634199d7846a121ff1934d9e6
Author: Bastien Nocera <hadess hadess net>
Date: Tue Oct 18 16:36:51 2011 +0100
lib: Remove unused bluetooth_chooser_get_device_column()
lib/bluetooth-chooser-private.h | 1 -
lib/bluetooth-chooser.c | 16 ----------------
lib/gnome-bluetooth.symbols | 1 -
3 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/lib/bluetooth-chooser-private.h b/lib/bluetooth-chooser-private.h
index f500469..19f549d 100644
--- a/lib/bluetooth-chooser-private.h
+++ b/lib/bluetooth-chooser-private.h
@@ -31,7 +31,6 @@
G_BEGIN_DECLS
GtkTreeModel *bluetooth_chooser_get_model (BluetoothChooser *self);
-GtkTreeViewColumn *bluetooth_chooser_get_device_column (BluetoothChooser *self);
GtkWidget *bluetooth_chooser_get_treeview (BluetoothChooser *self);
gboolean bluetooth_chooser_remove_selected_device (BluetoothChooser *self);
diff --git a/lib/bluetooth-chooser.c b/lib/bluetooth-chooser.c
index d34d911..409bbcc 100644
--- a/lib/bluetooth-chooser.c
+++ b/lib/bluetooth-chooser.c
@@ -403,22 +403,6 @@ bluetooth_chooser_get_model (BluetoothChooser *self)
}
/**
- * bluetooth_chooser_get_device_column:
- * @self: A #BluetoothChooser widget.
- *
- * Returns a #GtkTreeViewColumn object to the device column of the #BluetoothChooser.
- *
- * Return value: a #GtkTreeViewColumn object.
- **/
-GtkTreeViewColumn *
-bluetooth_chooser_get_device_column (BluetoothChooser *self)
-{
- BluetoothChooserPrivate *priv = BLUETOOTH_CHOOSER_GET_PRIVATE(self);
-
- return gtk_tree_view_get_column (GTK_TREE_VIEW (priv->treeview), 0);
-}
-
-/**
* bluetooth_chooser_get_treeview:
* @self: A #BluetoothChooser widget.
*
diff --git a/lib/gnome-bluetooth.symbols b/lib/gnome-bluetooth.symbols
index b252f41..99d379c 100644
--- a/lib/gnome-bluetooth.symbols
+++ b/lib/gnome-bluetooth.symbols
@@ -9,7 +9,6 @@ bluetooth_chooser_get_selected_device_icon
bluetooth_chooser_get_selected_device_type
bluetooth_chooser_get_selected_device_is_connected
bluetooth_chooser_get_model
-bluetooth_chooser_get_device_column
bluetooth_chooser_get_treeview
bluetooth_chooser_get_scrolled_window
bluetooth_chooser_start_discovery
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]