libnm-core: remove a redundant docstring

It makes gtk-doc unhappy.
This commit is contained in:
Lubomir Rintel
2017-03-05 20:25:48 +01:00
parent d405cfd908
commit c2329e0ee3

View File

@@ -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)
{