diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-04-06 12:36:24 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-04-06 12:36:24 +0000 |
commit | fe4313f88763ac466ff7b957bad1c999547fbec0 (patch) | |
tree | 4fd3e07bcfc3450f9103a487ac56f96540edd89a /usr.sbin/bluetooth | |
parent | fb5e95b4f6aad1df7f827375ba80071327f96965 (diff) | |
download | src-fe4313f88763ac466ff7b957bad1c999547fbec0.tar.gz src-fe4313f88763ac466ff7b957bad1c999547fbec0.zip |
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r-- | usr.sbin/bluetooth/bthidd/hid.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/bluetooth/bthidd/hid.c b/usr.sbin/bluetooth/bthidd/hid.c index 5eb7592da5c9..0a5ebffe4109 100644 --- a/usr.sbin/bluetooth/bthidd/hid.c +++ b/usr.sbin/bluetooth/bthidd/hid.c @@ -48,12 +48,6 @@ #include "bthidd.h" #include "kbd.h" -#undef min -#define min(x, y) (((x) < (y))? (x) : (y)) - -#undef ASIZE -#define ASIZE(a) (sizeof(a)/sizeof(a[0])) - /* * Process data from control channel */ |