From 35c816551da6c423d9ee84362ef387a2643a5e7d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Aug 2008 20:13:37 +0200 Subject: Remove unused alloc_device_opts() function --- src/hcid.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/hcid.h') diff --git a/src/hcid.h b/src/hcid.h index d29a0e09..786ef804 100644 --- a/src/hcid.h +++ b/src/hcid.h @@ -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); -- cgit