summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
diff options
context:
space:
mode:
authorCidorvan Leite <cidorvan.leite@openbossa.org>2008-03-13 22:06:43 +0000
committerCidorvan Leite <cidorvan.leite@openbossa.org>2008-03-13 22:06:43 +0000
commitff296428a08dee619db1cc702146faefa91087fa (patch)
tree636ecaeb32212bf3a08f9c64010a943eedbde062 /hcid/adapter.c
parenteda0dd9fa1dbb5b69fd6318ee6c5fe36bf544582 (diff)
Created devices from linkkeys
Diffstat (limited to 'hcid/adapter.c')
-rw-r--r--hcid/adapter.c5
1 files changed, 0 insertions, 5 deletions
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)
{