summaryrefslogtreecommitdiff
path: root/svgtiny.c
diff options
context:
space:
mode:
Diffstat (limited to 'svgtiny.c')
-rw-r--r--svgtiny.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/svgtiny.c b/svgtiny.c
index 2b99a76..09c6bdd 100644
--- a/svgtiny.c
+++ b/svgtiny.c
@@ -36,8 +36,6 @@ static svgtiny_code svgtiny_parse_text(xmlNode *text,
static void svgtiny_parse_position_attributes(const xmlNode *node,
const struct svgtiny_parse_state state,
float *x, float *y, float *width, float *height);
-static float svgtiny_parse_length(const char *s, int viewport_size,
- const struct svgtiny_parse_state state);
static void svgtiny_parse_paint_attributes(const xmlNode *node,
struct svgtiny_parse_state *state);
static void svgtiny_parse_font_attributes(const xmlNode *node,