summaryrefslogtreecommitdiff
path: root/src/cairo-matrix.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-08 10:03:17 +0000
committerCarl Worth <cworth@cworth.org>2005-04-08 10:03:17 +0000
commit30f0d517aa73d5d00b5a2bed2f549f9c662a39a7 (patch)
tree6ac791cf6a74945548572146a04929d1ae6ee362 /src/cairo-matrix.c
parent745627ff1b0cf97760cbd613668f79c9b63a57c2 (diff)
Eliminate internal use of deprecated cairo_matrix_copy.
Change cairo_get_matrix to accept a pointer to the return value cairo_matrix_t rather than returning the value directly.
Diffstat (limited to 'src/cairo-matrix.c')
-rw-r--r--src/cairo-matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c
index 838de309..f37c8905 100644
--- a/src/cairo-matrix.c
+++ b/src/cairo-matrix.c
@@ -106,7 +106,6 @@ cairo_matrix_copy (cairo_matrix_t *matrix, const cairo_matrix_t *other)
{
*matrix = *other;
}
-slim_hidden_def(cairo_matrix_copy);
/**
* cairo_matrix_init_identity: