From a97fef5405b31dc5671f6e2b768aee4c48e0fc81 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 18 Jan 2013 20:49:58 -0800 Subject: [PATCH] core: Remove pending_mode session variable --- src/adapter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/adapter.c b/src/adapter.c index e71f619db..1920c2366 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -148,7 +148,6 @@ struct btd_adapter { char *stored_alias; /* stored adapter name alias */ guint pairable_timeout_id; /* pairable timeout id */ - struct session_req *pending_mode; guint auth_idle_id; /* Pending authorization dequeue */ GQueue *auths; /* Ongoing and pending auths */ GSList *connections; /* Connected devices */ -- 2.47.3