supplicant: remove unused function nm_supplicant_interface_get_device()

(cherry picked from commit 2505911ad5)
This commit is contained in:
Thomas Haller 2016-01-19 21:43:11 +01:00
parent 236d23c9a2
commit 3822c7d6cc
2 changed files with 0 additions and 10 deletions

View file

@ -1220,14 +1220,6 @@ nm_supplicant_interface_state_to_string (guint32 state)
return "unknown";
}
const char *
nm_supplicant_interface_get_device (NMSupplicantInterface * self)
{
g_return_val_if_fail (NM_IS_SUPPLICANT_INTERFACE (self), NULL);
return NM_SUPPLICANT_INTERFACE_GET_PRIVATE (self)->dev;
}
const char *
nm_supplicant_interface_get_object_path (NMSupplicantInterface *self)
{

View file

@ -133,8 +133,6 @@ gboolean nm_supplicant_interface_set_config (NMSupplicantInterface * iface,
void nm_supplicant_interface_disconnect (NMSupplicantInterface * iface);
const char * nm_supplicant_interface_get_device (NMSupplicantInterface * iface);
const char *nm_supplicant_interface_get_object_path (NMSupplicantInterface * iface);
gboolean nm_supplicant_interface_request_scan (NMSupplicantInterface * self, const GPtrArray *ssids);