diff options
author | Dan Williams <dcbw@redhat.com> | 2013-11-19 15:00:21 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-12-02 15:26:12 -0600 |
commit | 983079cd5905ad7c696fae0ccc5d863ad1d4b76b (patch) | |
tree | c31904f842271d9d248473a0ccd740b6575557d6 /libnm-util/nm-setting.h | |
parent | 1b0f832c7f7c02d29b9421005c78d52ad6a47905 (diff) | |
download | NetworkManager-983079cd5905ad7c696fae0ccc5d863ad1d4b76b.tar.gz |
libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZE
The only property that is not serializes is each settings' 'name'
property, so the flag serves no purpose.
Diffstat (limited to 'libnm-util/nm-setting.h')
-rw-r--r-- | libnm-util/nm-setting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-setting.h b/libnm-util/nm-setting.h index b4ea987edf..ca8334f6f8 100644 --- a/libnm-util/nm-setting.h +++ b/libnm-util/nm-setting.h @@ -64,7 +64,7 @@ typedef enum GQuark nm_setting_error_quark (void); -/* The property of the #NMSetting should be serialized */ +/* 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 */ |