From: Michael Orlitzky Date: Wed, 4 Oct 2023 00:10:13 +0000 (-0400) Subject: src/svgtiny_internal.h: removed commented libcss stub X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=a0f95cf38d64b5a093d7745c616ff048e8d930b6;p=libsvgtiny.git src/svgtiny_internal.h: removed commented libcss stub This files once thought about declaring, /*struct css_style style;*/ as a member of the svgtiny_parse_state struct. We delete that comment now so that we can begin libcss integration with a clean slate. --- diff --git a/src/svgtiny_internal.h b/src/svgtiny_internal.h index 6bf5d64..133513c 100644 --- a/src/svgtiny_internal.h +++ b/src/svgtiny_internal.h @@ -46,8 +46,6 @@ struct svgtiny_parse_state { float a, b, c, d, e, f; } ctm; - /*struct css_style style;*/ - /* paint attributes */ svgtiny_colour fill; svgtiny_colour stroke;