summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-06-03 10:51:23 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-03 10:53:10 +0100
commitee90a331690bfa88d4460d2fa137f05d64ae9223 (patch)
tree5c8e17f626e27124e29ed326d29b98dddbcb84f2
parentbf6e306013f2d65f6e251feaf4fc2f895b7986c3 (diff)
downloadcairo-ee90a331690bfa88d4460d2fa137f05d64ae9223.tar.gz
[cairo] Doc typo.
Fix conflicting sentence as pointed out by https://bugs.freedesktop.org/show_bug.cgi?id=20183
-rw-r--r--src/cairo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo.c b/src/cairo.c
index b26bed4b2..a2e984256 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.