diff options
Diffstat (limited to 'src/sp-tspan.cpp')
| -rw-r--r-- | src/sp-tspan.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp index d4fbddffb..05f8430ba 100644 --- a/src/sp-tspan.cpp +++ b/src/sp-tspan.cpp @@ -245,7 +245,6 @@ void SPTextPath::build(SPDocument *doc, Inkscape::XML::Node *repr) { this->readAttr( "rotate" ); this->readAttr( "startOffset" ); this->readAttr( "xlink:href" ); - this->readAttr( "href" ); bool no_content = true; @@ -284,7 +283,6 @@ void SPTextPath::set(unsigned int key, const gchar* value) { } else { switch (key) { case SP_ATTR_XLINK_HREF: - case SP_ATTR_HREF: this->sourcePath->link((char*)value); break; case SP_ATTR_STARTOFFSET: |
