diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 72ed5e911..69f2a63a3 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -12018,11 +12018,6 @@ nm_device_init (NMDevice *self) priv->v4_commit_first_time = TRUE; priv->v6_commit_first_time = TRUE; - - priv->refresh_rate_ms = 0; - priv->tx_bytes = 0; - priv->rx_bytes = 0; - priv->statistics = NULL; } static GObject*