summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-10 06:57:53 +0000
committerkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-10 06:57:53 +0000
commit2b3f179e9c9e8f7d3836dc7350d34ebcc03f8326 (patch)
tree07d53177432172f888df8be9ec0476f68aeba1cb /src/document.cpp
parentSet class attribute values of selected objects using style dialog (diff)
parentFix make test target (diff)
downloadinkscape-2b3f179e9c9e8f7d3836dc7350d34ebcc03f8326.tar.gz
inkscape-2b3f179e9c9e8f7d3836dc7350d34ebcc03f8326.zip
Merge changes from trunk
(bzr r14949.1.4)
Diffstat (limited to '')
-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);