From ca1aaccbff972f11c07632ba709edf4abc322b34 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 5 Jan 2018 19:36:07 +0000 Subject: [PATCH] docs: Remove redundant sentence from g_prefix_error() documentation Signed-off-by: Philip Withnall Reviewed-by: nobody --- glib/gerror.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glib/gerror.c b/glib/gerror.c index a92cbe2f9..236e52869 100644 --- a/glib/gerror.c +++ b/glib/gerror.c @@ -705,8 +705,7 @@ g_error_add_prefix (gchar **string, * nothing. * * If *@err is %NULL (ie: an error variable is present but there is no - * error condition) then also do nothing. Whether or not it makes sense - * to take advantage of this feature is up to you. + * error condition) then also do nothing. * * Since: 2.16 */