From 06cc486473de85dea67b383c3503c8210ca13539 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 3 Oct 2023 20:10:13 -0400 Subject: [PATCH] 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. --- src/svgtiny_internal.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.49.0