diff options
Diffstat (limited to 'src/sp-script.cpp')
| -rw-r--r-- | src/sp-script.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-script.cpp b/src/sp-script.cpp index 78a6544b3..f1ea9c9bd 100644 --- a/src/sp-script.cpp +++ b/src/sp-script.cpp @@ -28,7 +28,6 @@ void SPScript::build(SPDocument* doc, Inkscape::XML::Node* repr) { //Read values of key attributes from XML nodes into object. this->readAttr( "xlink:href" ); - this->readAttr( "href" ); doc->addResource("script", this); } @@ -59,7 +58,6 @@ void SPScript::modified(unsigned int /*flags*/) { void SPScript::set(unsigned int key, const gchar* value) { switch (key) { case SP_ATTR_XLINK_HREF: - case SP_ATTR_HREF: if (this->xlinkhref) { g_free(this->xlinkhref); } |
