summaryrefslogtreecommitdiff
path: root/libnm/nm-access-point.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-05-09 15:02:57 -0400
committerDan Winship <danw@gnome.org>2014-08-01 14:34:05 -0400
commit054c12ea30f7e41505ca54655c28abdc14fe05bc (patch)
tree66e2d2d16ae33880d6501d7681dd3a267e452ffe /libnm/nm-access-point.h
parentb9fef07fff7ecc806563162b8311a070e98b23e6 (diff)
downloadNetworkManager-054c12ea30f7e41505ca54655c28abdc14fe05bc.tar.gz
libnm: remove all deprecated functions and types
Remove deprecated functions and enum types. For now, deprecated properties are still around, because removing them would cause warnings when talking to older implementations.
Diffstat (limited to 'libnm/nm-access-point.h')
-rw-r--r--libnm/nm-access-point.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm/nm-access-point.h b/libnm/nm-access-point.h
index d3150f8eee..df62c7cc5b 100644
--- a/libnm/nm-access-point.h
+++ b/libnm/nm-access-point.h
@@ -87,10 +87,6 @@ GSList * nm_access_point_filter_connections (NMAccessPoint *ap,
gboolean nm_access_point_connection_valid (NMAccessPoint *ap,
NMConnection *connection);
-/* DEPRECATED */
-NM_DEPRECATED_IN_0_9_10
-const char * nm_access_point_get_hw_address (NMAccessPoint *ap);
-
G_END_DECLS
#endif /* NM_ACCESS_POINT_H */