summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-02-17 16:15:32 +0100
committerBastien Nocera <hadess@hadess.net>2021-02-17 17:31:30 +0100
commit02ec6e0d86d3393565879b285f71e49b2f0e785f (patch)
tree5c585df218b9442fe7c2d475662981688d64aea8
parent0873958ee2e0f251af80be90a0ab52cf23c1427b (diff)
downloadgnome-bluetooth-02ec6e0d86d3393565879b285f71e49b2f0e785f.tar.gz
lib: Remove non-existent bluetooth_agent_setup() function
It was declared, and exported, but never defined.
-rw-r--r--lib/bluetooth-agent.h2
-rw-r--r--lib/gnome-bluetooth.map1
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;