summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-11-27 22:59:14 +0100
committerChristian Persch <chpe@gnome.org>2011-11-27 22:59:14 +0100
commit52672aff2e8166f972a3461fbc4c7a311b7bb5e6 (patch)
tree916b8c0984b3c219bed88588a34087b1c74c2791
parent9cc9d6faabb82bb1cf3320239a44ad79fc45a64b (diff)
downloadlibrsvg-52672aff2e8166f972a3461fbc4c7a311b7bb5e6.tar.gz
Remove unused struct member
-rw-r--r--rsvg-structure.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsvg-structure.h b/rsvg-structure.h
index 7d17c823..58b77e24 100644
--- a/rsvg-structure.h
+++ b/rsvg-structure.h
@@ -71,7 +71,6 @@ struct _RsvgNodeSvg {
RsvgLength x, y, w, h;
RsvgViewBox vbox;
RsvgPropertyBag *atts;
- GdkPixbuf *img;
};
void rsvg_pop_def_group (RsvgHandle * ctx);