From a0f95cf38d64b5a093d7745c616ff048e8d930b6 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 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; -- 2.43.2