[gnome-bluetooth] Remove dead functions from BluetoothChooserCombo
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Remove dead functions from BluetoothChooserCombo
- Date: Tue, 29 Sep 2009 00:55:21 +0000 (UTC)
commit fa70d6ae1786946bd55ca43de1ccf5be343ff78a
Author: Bastien Nocera <hadess hadess net>
Date: Mon Sep 28 17:01:17 2009 +0100
Remove dead functions from BluetoothChooserCombo
lib/bluetooth-chooser-combo.c | 14 --------------
lib/bluetooth-chooser-combo.h | 1 -
2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/lib/bluetooth-chooser-combo.c b/lib/bluetooth-chooser-combo.c
index d097b2d..4286233 100644
--- a/lib/bluetooth-chooser-combo.c
+++ b/lib/bluetooth-chooser-combo.c
@@ -350,17 +350,3 @@ bluetooth_chooser_combo_new (void)
return g_object_new (BLUETOOTH_TYPE_CHOOSER_COMBO, NULL);
}
-/**
- * bluetooth_chooser_combo_available:
- * @combo: a #BluetoothChooserCombo
- *
- * Return value: %TRUE if there is a powered Bluetooth adapter available, and the combo should be sensitive.
- **/
-gboolean
-bluetooth_chooser_combo_available (BluetoothChooserCombo *combo)
-{
- g_return_val_if_fail (BLUETOOTH_IS_CHOOSER_COMBO (combo), FALSE);
-
- return combo->is_available;
-}
-
diff --git a/lib/bluetooth-chooser-combo.h b/lib/bluetooth-chooser-combo.h
index 70c2da0..38df4ee 100644
--- a/lib/bluetooth-chooser-combo.h
+++ b/lib/bluetooth-chooser-combo.h
@@ -40,7 +40,6 @@ typedef struct _BluetoothChooserComboClass {
GType bluetooth_chooser_combo_get_type (void);
GtkWidget * bluetooth_chooser_combo_new (void);
-gboolean bluetooth_chooser_combo_available (BluetoothChooserCombo *combo);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]