]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
src/svgtiny_internal.h: removed commented libcss stub
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Oct 2023 00:10:13 +0000 (20:10 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Jun 2025 02:18:20 +0000 (22:18 -0400)
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

index 2b2b25739f56638966dc8a24fc2b312868be1549..0197f6dd3d6b18305b6c5622c30ef26de4526170 100644 (file)
@@ -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;