]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - svgtiny.h
Implement svgtiny_free() and fix memory usage.
[libsvgtiny.git] / svgtiny.h
index a5017d1ff6a1d09882eea954bb6d8429600a4b5b..534da2df9acc4d8838b280ab6251b2ed1ad1dafd 100644 (file)
--- 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;