From c2329e0ee3229807eeac5fce573f0013a89aff6c Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 5 Mar 2017 20:25:48 +0100 Subject: [PATCH] libnm-core: remove a redundant docstring It makes gtk-doc unhappy. --- libnm-core/nm-connection.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libnm-core/nm-connection.c b/libnm-core/nm-connection.c index fa195402e3..ecfb9780be 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) {