diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-27 20:13:37 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-27 20:13:37 +0200 |
commit | 35c816551da6c423d9ee84362ef387a2643a5e7d (patch) | |
tree | 58b490e4963eaa681ea7a9be5e83ce8932af15be /src/hcid.h | |
parent | 88a2c4e2ffb069cb0535f7bab613da114002dab0 (diff) |
Remove unused alloc_device_opts() function
Diffstat (limited to 'src/hcid.h')
-rw-r--r-- | src/hcid.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -99,8 +99,6 @@ void hci_req_queue_remove(int dev_id, bdaddr_t *dba); #define HCID_OFFMODE_DEVDOWN 0 #define HCID_OFFMODE_NOSCAN 1 -struct device_opts *alloc_device_opts(char *ref); - uint8_t get_startup_scan(int hdev); uint8_t get_startup_mode(int hdev); int get_discoverable_timeout(int dev_id); |