summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 1483c6ba..b4e6f290 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -34,8 +34,6 @@
#define HCID_CONFIG_FILE CONFIGDIR "/hcid.conf"
-#define HCID_PIN_HELPER "/usr/bin/bluepin"
-
enum {
HCID_SET_NAME,
HCID_SET_CLASS,
@@ -82,9 +80,6 @@ struct hcid_opts {
uint8_t pin_code[16];
int pin_len;
- char *pin_helper;
- int dbus_pin_helper;
-
int sock;
};
extern struct hcid_opts hcid;