summaryrefslogtreecommitdiff
path: root/svgtiny.h
diff options
context:
space:
mode:
Diffstat (limited to 'svgtiny.h')
-rw-r--r--svgtiny.h3
1 files changed, 0 insertions, 3 deletions
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;