summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-05 16:42:27 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-05 16:42:27 +0100
commitf97d8d4712e9c0b32d4bcfd77e60b0a88e00232e (patch)
tree8595dd23c61ff6c046caff5cd22fe5f0b179d62b /include/device.h
parentcdbe71dedde27d078fc86ff6c732fc3fbbbd9e4e (diff)
downloadconnman-f97d8d4712e9c0b32d4bcfd77e60b0a88e00232e.tar.gz
connman-f97d8d4712e9c0b32d4bcfd77e60b0a88e00232e.tar.bz2
connman-f97d8d4712e9c0b32d4bcfd77e60b0a88e00232e.zip
Remove unused connman_device_get_path function
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index 4fdc7ed3..81a5768b 100644
--- a/include/device.h
+++ b/include/device.h
@@ -59,7 +59,6 @@ void connman_device_unref(struct connman_device *device);
enum connman_device_type connman_device_get_type(struct connman_device *device);
const char *connman_device_get_name(struct connman_device *device);
-const char *connman_device_get_path(struct connman_device *device);
void connman_device_set_index(struct connman_device *device, int index);
int connman_device_get_index(struct connman_device *device);
void connman_device_set_interface(struct connman_device *device,