summaryrefslogtreecommitdiff
path: root/src/cairo-matrix.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-04-11 09:18:51 +0000
committerOwen Taylor <otaylor@redhat.com>2005-04-11 09:18:51 +0000
commitcf9ea3007828a46c5297a8882b6272ad30d12ba8 (patch)
tree2d0dc7b9e359baa7feaf3f44a6d76c9831c22a53 /src/cairo-matrix.c
parentdf997b3f5be6e04fe20da82ad0ee24a33732a4f0 (diff)
src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.
Include cairo-font.xml
Diffstat (limited to 'src/cairo-matrix.c')
-rw-r--r--src/cairo-matrix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c
index f37c89055..1bfd4aae2 100644
--- a/src/cairo-matrix.c
+++ b/src/cairo-matrix.c
@@ -264,8 +264,6 @@ slim_hidden_def(cairo_matrix_init_scale);
* Applies scaling by @tx, @ty to the transformation in @matrix. The
* effect of the new transformation is to first scale the coordinates
* by @sx and @sy, then apply the original transformation to the coordinates.
- *
- * Return value: %CAIRO_STATUS_SUCCESS, always.
**/
void
cairo_matrix_scale (cairo_matrix_t *matrix, double sx, double sy)