diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-04-04 00:48:13 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-04-04 00:48:13 +0000 |
commit | e83935d0bc0e4d043b4f4cd372d69b95b6f10ffc (patch) | |
tree | ddfbed47d66b23eee5e66caa22ff9597b80be956 /hcid/adapter.h | |
parent | 62acaff4f9dd436a453fb819c444f9abf7976327 (diff) |
cleanup: unused list
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 280c1d1c..b02c6ccb 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -101,7 +101,6 @@ struct adapter { char *discov_requestor; /* discovery requestor unique name */ DBusMessage *discovery_cancel; /* discovery cancel message request */ GSList *passkey_agents; - GSList *auth_agents; /* Authorization agents */ struct agent *agent; /* For the new API */ bdaddr_t agents_disabled; /* temporarely disable agents for bda */ GSList *active_conn; |