summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2012-05-06 21:48:42 +0200
committerUli Schlachter <psychon@znc.in>2012-05-09 16:59:58 +0200
commit3bff546ebe0859c65ba608a956a55b5647bfd37f (patch)
tree3faca0aff3ca9de2a14f86c662ad85533e3cfa94
parentfcccb1a65aeab7b1bf199e728b58af9bf21e197b (diff)
c_surface_set_mime_data: Remove duplicate "Since"
This fixes the following message from "make check": ./cairo-surface.c (1192): ERROR: cairo_surface_set_mime_data: Duplicate 'Since' field Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--src/cairo-surface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index e16a3548..35ac3916 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -1183,8 +1183,6 @@ _cairo_mime_data_destroy (void *ptr)
* discarded if you draw on the surface afterwards. Use this function
* with care.
*
- * Since: 1.10
- *
* Return value: %CAIRO_STATUS_SUCCESS or %CAIRO_STATUS_NO_MEMORY if a
* slot could not be allocated for the user data.
*