diff --git a/libnm-core/nm-connection.c b/libnm-core/nm-connection.c index fa195402e..ecfb9780b 100644 --- a/libnm-core/nm-connection.c +++ b/libnm-core/nm-connection.c @@ -124,14 +124,6 @@ nm_connection_add_setting (NMConnection *connection, NMSetting *setting) g_signal_emit (connection, signals[CHANGED], 0); } -/** - * nm_connection_remove_setting: - * @connection: a #NMConnection - * @setting_type: the #GType of the setting object to remove - * - * Removes the #NMSetting with the given #GType from the #NMConnection. This - * operation dereferences the #NMSetting object. - **/ gboolean _nm_connection_remove_setting (NMConnection *connection, GType setting_type) {