X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=svgtiny.c;h=09c6bdd27d059286ecd66f5350d0e24ab162239b;hb=280ad258f4d5e5688bd64d98c1ed8ebab903d178;hp=2b99a76615b970deba23deae688f2b1891dd25ae;hpb=6f7443f938b95b5a5b4b66f5e2f8f93415d888b3;p=libsvgtiny.git 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,