summaryrefslogtreecommitdiff
path: root/lib/bluetooth-agent.h
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 /lib/bluetooth-agent.h
parent0873958ee2e0f251af80be90a0ab52cf23c1427b (diff)
downloadgnome-bluetooth-02ec6e0d86d3393565879b285f71e49b2f0e785f.tar.gz
lib: Remove non-existent bluetooth_agent_setup() function
It was declared, and exported, but never defined.
Diffstat (limited to 'lib/bluetooth-agent.h')
-rw-r--r--lib/bluetooth-agent.h2
1 files changed, 0 insertions, 2 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);