X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=svgtiny.h;h=534da2df9acc4d8838b280ab6251b2ed1ad1dafd;hb=2cdbd4fcb47430897d7aa896542dacb54c461cbc;hp=a5017d1ff6a1d09882eea954bb6d8429600a4b5b;hpb=476717e96cd6012ad725474b45aadaf8bf11d2ba;p=libsvgtiny.git diff --git a/svgtiny.h b/svgtiny.h index a5017d1..534da2d 100644 --- a/svgtiny.h +++ b/svgtiny.h @@ -25,9 +25,6 @@ struct svgtiny_shape { }; struct svgtiny_diagram { - xmlDoc *doc; - xmlNode *svg; - int width, height; struct svgtiny_shape *shape;