From ff296428a08dee619db1cc702146faefa91087fa Mon Sep 17 00:00:00 2001 From: Cidorvan Leite Date: Thu, 13 Mar 2008 22:06:43 +0000 Subject: Created devices from linkkeys --- hcid/adapter.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hcid/adapter.c') diff --git a/hcid/adapter.c b/hcid/adapter.c index b6cfd269..608355f3 100644 --- a/hcid/adapter.c +++ b/hcid/adapter.c @@ -3412,11 +3412,6 @@ failed: adapter->create = NULL; } -static gint device_address_cmp(struct device *device, const gchar *address) -{ - return strcasecmp(device->address, address); -} - static DBusHandlerResult create_device(DBusConnection *conn, DBusMessage *msg, void *data) { -- cgit