From c988dc3719e345f6e1db6b0d656077a6b253b26d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 3 Jun 2009 10:51:23 +0100 Subject: [PATCH] [cairo] Doc typo. Fix conflicting sentence as pointed out by https://bugs.freedesktop.org/show_bug.cgi?id=20183 --- src/cairo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cairo.c b/src/cairo.c index c884db10e..bb30e9a50 100644 --- a/src/cairo.c +++ b/src/cairo.c @@ -3788,10 +3788,6 @@ cairo_get_group_target (cairo_t *cr) * would be returned by cairo_status(). * * - * In either case, path->status will be set to - * %CAIRO_STATUS_NO_MEMORY (regardless of what the error status in - * @cr might have been). - * * Return value: the copy of the current path. The caller owns the * returned object and should call cairo_path_destroy() when finished * with it.