diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-03 10:51:23 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-03 10:53:10 +0100 |
commit | ee90a331690bfa88d4460d2fa137f05d64ae9223 (patch) | |
tree | 5c8e17f626e27124e29ed326d29b98dddbcb84f2 | |
parent | bf6e306013f2d65f6e251feaf4fc2f895b7986c3 (diff) |
[cairo] Doc typo.
Fix conflicting sentence as pointed out by
https://bugs.freedesktop.org/show_bug.cgi?id=20183
-rw-r--r-- | src/cairo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo.c b/src/cairo.c index b26bed4b..a2e98425 100644 --- a/src/cairo.c +++ b/src/cairo.c @@ -3718,10 +3718,6 @@ cairo_get_group_target (cairo_t *cr) * would be returned by cairo_status().</listitem> * </orderedlist> * - * In either case, <literal>path->status</literal> 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. |