summaryrefslogtreecommitdiff
path: root/src/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hcid.h')
-rw-r--r--src/hcid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hcid.h b/src/hcid.h
index c73fe80c..caa1d624 100644
--- a/src/hcid.h
+++ b/src/hcid.h
@@ -85,8 +85,3 @@ void plugin_cleanup(void);
void rfkill_init(void);
void rfkill_exit(void);
-
-static inline int ignore_device(struct hci_dev_info *di)
-{
- return hci_test_bit(HCI_RAW, &di->flags) || di->type >> 4 != HCI_BREDR;
-}