summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-10 18:35:04 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:31:32 -0300
commitf0e152e16102de80b7fe8510f455f993980ebb2f (patch)
treec6f682bce1d381f50414533e551fc3351e817de1 /hcid/adapter.c
parent34f8a76bd5bd24ae1a1594f4d1460df393675ec1 (diff)
Remove deprecated object paths and files.
Diffstat (limited to 'hcid/adapter.c')
-rw-r--r--hcid/adapter.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index e08ab300..5a9ad77e 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -59,8 +59,6 @@
#include "dbus-hci.h"
#include "dbus-sdp.h"
#include "dbus-database.h"
-#include "dbus-service.h"
-#include "dbus-security.h"
#include "dbus-error.h"
#include "error.h"
#include "glib-helper.h"
@@ -1144,10 +1142,6 @@ static void create_bond_req_exit(void *user_data)
debug("CreateConnection requestor exited before bonding was completed");
- cancel_passkey_agent_requests(adapter->passkey_agents, path,
- &adapter->bonding->bdaddr);
- release_passkey_agents(adapter, &adapter->bonding->bdaddr);
-
auth = adapter_find_auth_request(adapter, &adapter->bonding->bdaddr);
if (auth) {
cancel_auth_request(auth, adapter->dev_id);