diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 12:33:55 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 12:33:55 +0000 |
commit | f52b310f85b0a3f8dbbed8307aca48100e9e5ccb (patch) | |
tree | 43b77bfca50b53bcad63bb84d1670cbdc3e1c0cf /hcid/adapter.h | |
parent | 4698b260ee4b278884ef3160e4990e5090373092 (diff) |
Remove the agents_disable capability
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r-- | hcid/adapter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h index 2333c3ca..17eed7bd 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -105,7 +105,6 @@ struct adapter { DBusMessage *discovery_cancel; /* discovery cancel message request */ GSList *passkey_agents; struct agent *agent; /* For the new API */ - bdaddr_t agents_disabled; /* temporarely disable agents for bda */ GSList *active_conn; struct bonding_request_info *bonding; GSList *pin_reqs; |