summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2019-10-07 15:53:30 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2019-11-12 13:48:48 +0100
commit7fc2baedd038703808cd8cf1fb518fc6361819bf (patch)
tree03b4d834e1144eb88b2566abc3db5578e069e231
parent3165fd8e8eb5ccbc2647b6104ab475f1c5e14178 (diff)
downloadNetworkManager-7fc2baedd038703808cd8cf1fb518fc6361819bf.tar.gz
device: remove useless doc comment
D-Bus properties are already documented in the introspection xml files.
-rw-r--r--src/devices/nm-device.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 7c6e89fd53..fa1b936b9f 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -17578,14 +17578,6 @@ nm_device_class_init (NMDeviceClass *klass)
FALSE,
G_PARAM_READABLE |
G_PARAM_STATIC_STRINGS);
-
- /**
- * NMDevice:metered:
- *
- * Whether the connection is metered.
- *
- * Since: 1.2
- **/
obj_properties[PROP_METERED] =
g_param_spec_uint (NM_DEVICE_METERED, "", "",
0, G_MAXUINT32, NM_METERED_UNKNOWN,