summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-06-09 14:42:57 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-06-09 14:42:57 +0000
commit1631af9372d932ac90d0fe02021d7056b7acbe76 (patch)
treecb9929d7fb6189bc4996dec76321419aa5d1f576 /src/document.cpp
parentReplaced Object by SPObject (diff)
parentFix make test target (diff)
downloadinkscape-1631af9372d932ac90d0fe02021d7056b7acbe76.tar.gz
inkscape-1631af9372d932ac90d0fe02021d7056b7acbe76.zip
Splitted tests to separate executables
(bzr r14954.1.3)
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/document.cpp b/src/document.cpp
index e9388893e..d8c3f1269 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -369,11 +369,6 @@ SPDocument *SPDocument::createDoc(Inkscape::XML::Document *rdoc,
// Recursively build object tree
document->root->invoke_build(document, rroot, false);
- /* fixme: Not sure about this, but lets assume ::build updates */
- rroot->setAttribute("inkscape:version", Inkscape::version_string);
- /* fixme: Again, I moved these here to allow version determining in ::build (Lauris) */
-
-
/* Eliminate obsolete sodipodi:docbase, for privacy reasons */
rroot->setAttribute("sodipodi:docbase", NULL);