From 7bf3a780bafbcbf9fb07be3b6ea89232214f07be Mon Sep 17 00:00:00 2001 From: Glash Gnome Date: Thu, 13 May 2021 23:21:26 +0000 Subject: [PATCH] #483 Fix Enum_member_description --- src/cairo-svg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cairo-svg.h b/src/cairo-svg.h index 4d24857bc..5328cb583 100644 --- a/src/cairo-svg.h +++ b/src/cairo-svg.h @@ -55,7 +55,6 @@ typedef enum _cairo_svg_version { /** * cairo_svg_unit_t: - * * @CAIRO_SVG_UNIT_USER: User unit, a value in the current coordinate system. * If used in the root element for the initial coordinate systems it * corresponds to pixels. (Since 1.16)