diff options
-rw-r--r-- | lib/bluetooth-agent.h | 2 | ||||
-rw-r--r-- | lib/gnome-bluetooth.map | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/bluetooth-agent.h b/lib/bluetooth-agent.h index 61471bba..a758e6f2 100644 --- a/lib/bluetooth-agent.h +++ b/lib/bluetooth-agent.h @@ -31,8 +31,6 @@ G_DECLARE_FINAL_TYPE(BluetoothAgent, bluetooth_agent, BLUETOOTH, AGENT, GObject) BluetoothAgent *bluetooth_agent_new(const char *path); -gboolean bluetooth_agent_setup(BluetoothAgent *agent, const char *path); - gboolean bluetooth_agent_register(BluetoothAgent *agent); gboolean bluetooth_agent_unregister(BluetoothAgent *agent); diff --git a/lib/gnome-bluetooth.map b/lib/gnome-bluetooth.map index bb991040..b1c7d75f 100644 --- a/lib/gnome-bluetooth.map +++ b/lib/gnome-bluetooth.map @@ -59,7 +59,6 @@ global: bluetooth_agent_set_display_func; bluetooth_agent_set_display_pincode_func; bluetooth_agent_set_authorize_service_func; - bluetooth_agent_setup; bluetooth_settings_widget_get_type; bluetooth_settings_widget_new; bluetooth_settings_widget_get_default_adapter_powered; |