mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 09:50:09 +01:00
libnm: drop unused g_type_class_add_private() from NMSettingVeth
Fixes: cd0cf9229d ('veth: add support to configure veth interfaces')
This commit is contained in:
parent
91653ea784
commit
2b6f166cdf
1 changed files with 0 additions and 2 deletions
|
|
@ -165,8 +165,6 @@ nm_setting_veth_class_init(NMSettingVethClass *klass)
|
|||
GObjectClass *object_class = G_OBJECT_CLASS(klass);
|
||||
NMSettingClass *setting_class = NM_SETTING_CLASS(klass);
|
||||
|
||||
g_type_class_add_private(klass, sizeof(NMSettingVethPrivate));
|
||||
|
||||
object_class->get_property = get_property;
|
||||
object_class->set_property = set_property;
|
||||
object_class->finalize = finalize;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue