docs: Remove redundant sentence from g_prefix_error() documentation

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-01-05 19:36:07 +00:00
parent 32b2ab9492
commit ca1aaccbff

View File

@ -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
*/