[gnome-bluetooth/wip/hadess/cleanups: 5/9] lib: Remove non-existent bluetooth_agent_setup() function




commit 02ec6e0d86d3393565879b285f71e49b2f0e785f
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 17 16:15:32 2021 +0100

    lib: Remove non-existent bluetooth_agent_setup() function
    
    It was declared, and exported, but never defined.

 lib/bluetooth-agent.h   | 2 --
 lib/gnome-bluetooth.map | 1 -
 2 files changed, 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]