summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorjtx <javier.arraiza@marker.es>2013-03-19 16:56:26 +0000
committerjtx <javier.arraiza@marker.es>2013-03-19 16:56:26 +0000
commitfc95705f9d5761fe111a445c51afc505d08738a7 (patch)
tree65fed75305c0582b165af2c327fca8246829c836 /src/file.cpp
parentMerge from trunk (diff)
downloadinkscape-fc95705f9d5761fe111a445c51afc505d08738a7.tar.gz
inkscape-fc95705f9d5761fe111a445c51afc505d08738a7.zip
Fixing regression
(bzr r11950.1.61)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 97087c1a1..5737f0a8a 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -1124,9 +1124,6 @@ file_import(SPDocument *in_doc, const Glib::ustring &uri,
prevent_id_clashes(doc, in_doc);
- SPObject *in_defs = in_doc->getDefs();
- Inkscape::XML::Node *last_def = in_defs->getRepr()->lastChild();
-
SPCSSAttr *style = sp_css_attr_from_object(doc->getRoot());
// Count the number of top-level items in the imported document.