Return-Path: From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= To: linux-bluetooth@vger.kernel.org Cc: Claudio Takahasi Subject: [PATCH BlueZ v2 10/14] core: Remove leftover define Date: Wed, 15 Aug 2012 11:50:49 -0300 Message-Id: <1345042253-15053-11-git-send-email-jprvita@openbossa.org> In-Reply-To: <1345042253-15053-1-git-send-email-jprvita@openbossa.org> References: <1345042253-15053-1-git-send-email-jprvita@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Claudio Takahasi --- src/device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/device.c b/src/device.c index 74d3c68..1d40bb8 100644 --- a/src/device.c +++ b/src/device.c @@ -67,8 +67,6 @@ #define DISCONNECT_TIMER 2 #define DISCOVERY_TIMER 2 -#define AUTO_CONNECTION_INTERVAL 5 /* Next connection attempt */ - #define APPEARANCE_CHR_UUID 0x2a01 struct btd_disconnect_data { -- 1.7.11.2