summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting.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-core/nm-setting.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-core/nm-setting.h')
-rw-r--r--libnm-core/nm-setting.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libnm-core/nm-setting.h b/libnm-core/nm-setting.h
index b58137a6e7..8f250c2ef4 100644
--- a/libnm-core/nm-setting.h
+++ b/libnm-core/nm-setting.h
@@ -63,9 +63,6 @@ typedef enum
GQuark nm_setting_error_quark (void);
-/* DEPRECATED AND UNUSED */
-#define NM_SETTING_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT))
-
/* The property of the #NMSetting is required for the setting to be valid */
#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT))