mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
supplicant: remove unused function nm_supplicant_interface_get_device()
(cherry picked from commit 2505911ad5)
This commit is contained in:
parent
236d23c9a2
commit
3822c7d6cc
2 changed files with 0 additions and 10 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue