From f425d8156cc1a46c28ad9f89a17afaa853762c3f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 5 Jan 2013 01:16:24 -0800 Subject: [PATCH] core: There is no user of automatic connections timeout --- src/adapter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/adapter.c b/src/adapter.c index 248f0bbc4..750d36687 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -159,7 +159,6 @@ struct btd_adapter { gboolean connecting; /* Connect active */ guint waiting_to_connect; /* # of devices waiting to connect */ gboolean discov_suspended; /* Discovery suspended */ - guint auto_timeout_id; /* Automatic connections timeout */ sdp_list_t *services; /* Services associated to adapter */ bool toggle_discoverable; /* discoverable needs to be changed */ -- 2.47.3