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: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=06cc486473de85dea67b383c3503c8210ca13539;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 2b2b257..0197f6d 100644 --- a/src/svgtiny_internal.h +++ b/src/svgtiny_internal.h @@ -53,8 +53,6 @@ struct svgtiny_parse_state { /* current transformation matrix */ struct svgtiny_transformation_matrix ctm; - /*struct css_style style;*/ - /* paint attributes */ svgtiny_colour fill; svgtiny_colour stroke;