about summary refs log tree commit diff
path: root/src/libnm-client-impl/nm-device-wpan.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-11-18 17:49:21 +0100
committerMichael Biebl <biebl@debian.org>2022-11-18 17:49:21 +0100
commit35b6136bc39c77da74de1325e13871bc985c5352 (patch)
treef5d91944aa7b1df3b4cf397e617e9af9cfea89cf /src/libnm-client-impl/nm-device-wpan.c
parentc9f38062acbf43edb3b33c336ba19a449664c3de (diff)
parent913bcb40f6c699f8a38351c69e7ea263fe78f71f (diff)
Update upstream source from tag 'upstream/1.40.4'
Update to upstream version '1.40.4'
with Debian dir 7084cdfc71b038bf79ea5f3c53dfea86e49c80cb
Diffstat (limited to 'src/libnm-client-impl/nm-device-wpan.c')
-rw-r--r--src/libnm-client-impl/nm-device-wpan.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/libnm-client-impl/nm-device-wpan.c b/src/libnm-client-impl/nm-device-wpan.c
index 30c1ea16..337e3de0 100644
--- a/src/libnm-client-impl/nm-device-wpan.c
+++ b/src/libnm-client-impl/nm-device-wpan.c
@@ -24,25 +24,6 @@ struct _NMDeviceWpanClass {
 G_DEFINE_TYPE(NMDeviceWpan, nm_device_wpan, NM_TYPE_DEVICE)
 /*****************************************************************************/
 
-/**
- * nm_device_wpan_get_hw_address: (skip)
- * @device: a #NMDeviceWpan
- *
- * Gets the active hardware (MAC) address of the #NMDeviceWpan
- *
- * Returns: the active hardware address. This is the internal string used by the
- * device, and must not be modified.
- *
- * Deprecated: 1.24: Use nm_device_get_hw_address() instead.
- **/
-const char *
-nm_device_wpan_get_hw_address(NMDeviceWpan *device)
-{
-    g_return_val_if_fail(NM_IS_DEVICE_WPAN(device), NULL);
-
-    return nm_device_get_hw_address(NM_DEVICE(device));
-}
-
 static gboolean
 connection_compatible(NMDevice *device, NMConnection *connection, GError **error)
 {