diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-10-16 12:12:59 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-10-16 13:36:03 +0300 |
commit | 03cd7b4b91ac97803c2b8516f13bb8d48a93f211 (patch) | |
tree | cdd630e2f590932cf1806abf39933425bb7a4ae7 /src | |
parent | 4b273e5d98611ae8aa2c0cd1f4bfe105efeb717b (diff) |
adapter: Remove not used defines
check_address and OFF_TIMER are not used anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/adapter.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/adapter.c b/src/adapter.c index 86a21242..7c2aec0a 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -80,10 +80,6 @@ #define IO_CAPABILITY_KEYBOARDDISPLAY 0x04 #define IO_CAPABILITY_INVALID 0xFF -#define check_address(address) bachk(address) - -#define OFF_TIMER 3 - #define REMOVE_TEMP_TIMEOUT (3 * 60) #define PENDING_FOUND_MAX 5 |