]> 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>
Wed, 4 Oct 2023 00:16:39 +0000 (20:16 -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 6bf5d64d99277f836fb9d59cad878977d8ed7571..133513c7d7ff886d7105b66dfdf2585afd550b8c 100644 (file)
@@ -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;