Remove unused connman_device_get_control function
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 6 Nov 2010 19:15:49 +0000 (20:15 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 6 Nov 2010 19:15:49 +0000 (20:15 +0100)
include/device.h
src/device.c

index 24b852f..f8bd84e 100644 (file)
@@ -62,7 +62,6 @@ 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,
                                const char *interface, const char *control);
-const char *connman_device_get_control(struct connman_device *device);
 
 void connman_device_set_ident(struct connman_device *device,
                                                const char *ident);
index 045caf3..2912917 100644 (file)
@@ -599,11 +599,6 @@ void connman_device_set_interface(struct connman_device *device,
        }
 }
 
-const char *connman_device_get_control(struct connman_device *device)
-{
-       return device->control;
-}
-
 /**
  * connman_device_set_ident:
  * @device: device structure